hppSimulate {seqCBS} | R Documentation |
Simulation of a homogeneous poisson process using poisson and uniform distribution
hppSimulate(lambda, maxVal)
lambda |
The rate of the poisson process |
maxVal |
The maximum length of the process to be observed |
This is a very simple simulation function meant to be used in the NHPP generation.
Returns a vector of point events generated for this process
Jeremy J. Shen