dpoilog: Returns the density for the Poisson lognormal distribution with parameters mu and sig
Description
Returns the density for the Poisson lognormal distribution with parameters mu and sig
Usage
dpoilog(x, mu, sig, log = FALSE)
Value
numeric Probability density values
Arguments
- x
vector of integers, the observations
- mu
mean of lognormal distribution
- sig
standard deviation of lognormal distribution
- log
boolean Return the log density if TRUE (default=FALSE)