Rdocumentation
powered by
Learn R Programming
STAN (version 2.0.3)
call_dpoilog: Calculate density of the Poisson-Log-Normal distribution.
Description
Calculate density of the Poisson-Log-Normal distribution.
Usage
call_dpoilog(x)
Arguments
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.
Value
Density of the Poisson-Log-Normal distribution.
Examples
Run this code
call_dpoilog(
c
(
5
,
2
,
1
))
Run the code above in your browser using
DataLab