qzigp {ZIGP}R Documentation

Quantile function of ZIGP distribution

Description

'qzigp' calculates the quantiles of the ZIGP distribution.

Usage

qzigp(p, mu, phi, omega)

Arguments

p vector of probabilities
mu mean
phi dispersion parameter
omega zero inflation parameter

Value

Calculates a vector of the same length as of p containing quantiles of the ZIGP distribution.

Examples

p <- seq(0, 1, 0.1)
qzigp(p, 2, 1.5, 0.2)
#[1]  0  0  0  0  0  1  1  2  3  4 75

[Package ZIGP version 3.3 Index]