Description Usage Arguments Value
View source: R/CMJ-functions.R
A function for the expecation for the number of individuals existing in the process at moment t. Used with the renewal equation, it will give the expectation for the instantaneous number infected as a function of time.
1 | G(A = 10, B = 1)
|
A |
The shape parameter of the gamma life time distribution. Default A =10 |
B |
The rate parameter of the gamma life time distribution. Default B = 1 |
A function G(t) = 1 - F(t); F(t) is the life-time distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.