Random nonhomogenous poisson process generator
rnhpp( nsim = 1, lambda = function(x) x^2, max = NULL, interval = c(0, 1), seed = NULL )
nsim | number of processes to simulate |
---|---|
lambda | intensity function (unnormalized) |
max | optional maximum value of intensity function |
interval | 1D interval overwhich process is realized |
seed | rng seed initializer |