powered by
Density of the poisson-lognormal compound distribution
dpoislnorm(x, meanlog, sdlog)
A numeric vector of the density of the poisson-lognormal distribution.
numeric
A number for the quantile of the distribution.
number
A number for the mean of the distribution on the log scale.
A number for the standard deviation of the distribution on the log scale.
The function is vectorised so a vector of quantiles can be input and the output will have an equal length.
dpoislnorm(x = 10, meanlog = 1, sdlog = 2) dpoislnorm(x = 1:10, meanlog = 1, sdlog = 2)
Run the code above in your browser using DataLab