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 <- 1:10
pzigp(x, 2, 1.5, 0.2)
#[1] 0.6123450 0.7567027 0.8505619 0.909123 0.944969 0.966718 0.979865
#[8] 0.9878036 0.9925998 0.9955013

[Package ZIGP version 3.3 Index]