pExtinct | R Documentation |
Probability that one initial case leads to an outbreak that eventually dies out (stochastic extinction)
pExtinct(R, k)
R |
Reproduction number: mean of negative binomial offspring distribution |
k |
Dispersion parameter of negative binomial offspring distribution |
The probability of outbreak extinction
Damon Toth
# Probability that a single case leads to an extinct outbreak when the offspring distribution
# is negative binomial with mean 2 and dispersion parameter 0.5:
pExtinct(R=2,k=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.