Returns the density for the Poisson lognormal distribution with parameters mu and sig
dpoilog(x, mu, sig, log = FALSE)
x
: vector of integers, the observationsmu
: mean of lognormal distributionsig
: standard deviation of lognormal distributionlog
: boolean Return the log density if TRUE (default=FALSE)numeric Probability density values
p = dpoilog(1, 1, 1)
Useful links