ppoislnorm | R Documentation |
Cumulative distribution function of the poisson-lognormal compound distribution
ppoislnorm(q, meanlog, sdlog)
q |
A |
meanlog |
A |
sdlog |
A |
The function is vectorised so a vector of quantiles can be input and the output will have an equal length.
A numeric
vector of the distribution function.
ppoislnorm(q = 10, meanlog = 1, sdlog = 2)
ppoislnorm(q = 1:10, meanlog = 1, sdlog = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.