dpoislnorm | R Documentation |
Density of the poisson-lognormal compound distribution
dpoislnorm(x, meanlog, sdlog)
x |
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 density of the poisson-lognormal
distribution.
dpoislnorm(x = 10, meanlog = 1, sdlog = 2)
dpoislnorm(x = 1:10, meanlog = 1, sdlog = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.