call_dpoilog {STAN}R Documentation

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

call_dpoilog(c(5, 2, 1))


[Package STAN version 2.10.1 Index]