dzigp {ZIGP}R Documentation

PMF of ZIGP distribution

Description

'dzigp' calculates the probability mass function of the ZIGP distribution.

Usage

dzigp(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 of pmf-values.

Examples

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

[Package ZIGP version 3.7 Index]