Description Usage Arguments Value See Also Examples
Generalized Poisson cdf and pmf
1 2 3  | gpoispmfcdf(ub,theta,vrh)
dgpois(y,param)
pgpois(y,param)
 | 
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  | 
table of size (ub+1)x3 with integer, pmf and cdf for gpoispmfcdf;
pmf for dgpois (can be vectorized);
cdf for pgpois;
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))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.