dpoislnorm {superspreading} | R Documentation |
Density of the Poisson-lognormal compound distribution
Description
Density of the Poisson-lognormal compound distribution
Usage
dpoislnorm(x, meanlog, sdlog)
Arguments
x |
A |
meanlog |
A |
sdlog |
A |
Details
The function is vectorised so a vector of quantiles can be input and the output will have an equal length.
Value
A numeric
vector of the density of the Poisson-lognormal
distribution.
Examples
dpoislnorm(x = 10, meanlog = 1, sdlog = 2)
dpoislnorm(x = 1:10, meanlog = 1, sdlog = 2)
[Package superspreading version 0.4.0 Index]