dpoilog {hahmmr} | R Documentation |
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)
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) |
Value
numeric Probability density values
Examples
p = dpoilog(1, 1, 1)
[Package hahmmr version 1.0.0 Index]