pzigp {ZIGP}R Documentation

Distribution function of ZIGP distribution

Description

'pzigp' calculates the distribution function of the ZIGP distribution.

Usage

pzigp(x, mu, phi, omega)

Arguments

x vector of discrete points
mu mean
phi dispersion parameter
omega zero inflation parameter

Value

Calculates a vector of the same length as of x evaluating the ZIGP distribution function at x.

Examples

x <- 0:10
pzigp(x, 2, 1.5, 0.2)

[Package ZIGP version 3.7 Index]