call_dpoilog: Calculate density of the Poisson-Log-Normal distribution.

Description Usage Arguments Value Examples

View source: R/optimizePoilog.R

Description

Calculate density of the Poisson-Log-Normal distribution.

Usage

1

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

1
call_dpoilog(c(5, 2, 1))

STAN documentation built on Nov. 8, 2020, 11:11 p.m.