dpoilog function

Returns the density for the Poisson lognormal distribution with parameters mu and sig

Returns the density for the Poisson lognormal distribution with parameters mu and sig

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)

Returns

numeric Probability density values

Examples

p = dpoilog(1, 1, 1)
  • Maintainer: Teng Gao
  • License: MIT + file LICENSE
  • Last published: 2023-10-25

Useful links