call_dpoilog {STAN} | R Documentation |
Calculate density of the Poisson-Log-Normal distribution.
call_dpoilog(x)
x |
A vector c(n, mu, sigma), where n is the number of observed counts, mu the mean of the Log-Normal distribution and sigma its variance. |
Density of the Poisson-Log-Normal distribution.
call_dpoilog(c(5, 2, 1))