Zero-inflated gamma distribution
zigamma.Rd
Density, distribution function, and random generation for the zero-inflated gamma distribution.
Usage
dzigamma(x, shape, scale, zeroprob = 0, log = FALSE)
pzigamma(q, shape, scale, zeroprob = 0, lower.tail = TRUE, log.p = FALSE)
rzigamma(n, shape, scale, zeroprob = 0)
Arguments
- x, q
vector of quantiles
- shape
positive shape parameter
- scale
positive scale parameter
- zeroprob
zero-inflation probability between 0 and 1.
- log, log.p
logical; if
TRUE
, probabilities/ densities \(p\) are returned as \(\log(p)\).- lower.tail
logical; if
TRUE
, probabilities are \(P[X <= x]\), otherwise, \(P[X > x]\).- n
number of random values to return