Learn R Programming

hahmmr (version 1.0.0)

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)

Examples

Run this code
p = dpoilog(1, 1, 1)

Run the code above in your browser using DataLab