nextArrivalCosine | R Documentation |
Generates next arrival time (not inter-arrival!) of a nonhomogeneous Poisson process.
nextArrivalCosine(current_time, params)
current_time |
the time on the clock. |
params |
names list of parameters (output of 'listParams()'). |
time of the next arrival.
params <- listParams(gamma=10,lambda_0=20,theta=2.5, eta = 1, mu = 1 , s = 3) nextArrivalCosine(1.2,params = params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.