dzigp {ZIGP} | R Documentation |
'dzigp' calculates the probability mass function of the ZIGP distribution.
dzigp(x, mu, phi, omega)
x |
vector of discrete points |
mu |
mean |
phi |
dispersion parameter |
omega |
zero inflation parameter |
Calculates a vector of the same length as of x of pmf-values.
x <- 0:10 dzigp(x, 2, 1.5, 0.2)