gen_inhomo_poisson: Generate Inhomogeneous Poisson Process (Thining)

Description Usage Arguments

View source: R/InhomogenousPP.R

Description

Generate an inhomogeneous poisson process with intensity function lambda(t) in time interval [0,T_0].

Usage

1
  gen_inhomo_poisson(lambda, T_0, lambda_u = NULL)

Arguments

lambda,

a positive function.

T_0,

positive numeric value.

lambda_u,

numeric value. The upper bound of lambda(t) in [0, T_0]. If lambda_u is NULL, then optimize will be used to find the upper bound.


wush978/RPPGen documentation built on May 4, 2019, 12:01 p.m.