gpois: Generalized Poisson cdf and pmf

Description Usage Arguments Value See Also Examples

Description

Generalized Poisson cdf and pmf

Usage

1
2
3
gpoispmfcdf(ub,theta,vrh)
dgpois(y,param)
pgpois(y,param)

Arguments

param

2-vector with theta=convolution parameter and vrh=second parameter in (0,1)

theta

convolution parameter >0

vrh

second parameter between 0 and 1

y

non-negative integer (or vector for dgpois)

ub

non-negative integer

Value

table of size (ub+1)x3 with integer, pmf and cdf for gpoispmfcdf;

pmf for dgpois (can be vectorized);

cdf for pgpois;

See Also

gpoisson

Examples

1
2
3
4
5
theta=2.5
vrh=0.5
gpoispmfcdf(6,theta,vrh)
dgpois(0:6,c(theta,vrh))
pgpois(6,c(theta,vrh))

YafeiXu/CopulaModel documentation built on May 9, 2019, 11:07 p.m.