rateFactory | R Documentation |
Rate function factory
rateFactory(params)
params |
names list of parameters (output of 'listParams()'). |
A function with argument t that computes the arrival rate.
params <- listParams(gamma=10,lambda_0=20,theta=2.5, eta = 1, mu = 1 , s = 3) rate <- rateFactory(params) rate(t = runif(3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.