pzigp {ZIGP} | R Documentation |
'pzigp' calculates the distribution function of the ZIGP distribution.
pzigp(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 evaluating the ZIGP distribution function at x.
x <- 0:10 pzigp(x, 2, 1.5, 0.2)