Zero-inflated inverse Gaussian distribution
ziinvgauss.Rd
Density, distribution function, and random generation for the zero-inflated inverse Gaussian distribution.
Usage
dziinvgauss(x, mean = 1, shape = 1, zeroprob = 0, log = FALSE)
pziinvgauss(q, mean = 1, shape = 1, zeroprob = 0, lower.tail = TRUE, log.p = FALSE)
rziinvgauss(n, mean = 1, shape = 1, zeroprob = 0)
Arguments
- x, q
vector of quantiles
- mean
location parameter
- shape
shape parameter, must be positive.
- zeroprob
zero-probability, must be in \([0, 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