| cdfgep | R Documentation |
This function computes the cumulative probability or nonexceedance probability of the Generalized Exponential Poisson distribution given parameters (\beta, \kappa, and h) computed by pargep. The cumulative distribution function is
F(x) = \left(\frac{1 - \exp[-h + h\exp(-\eta x)]}{1 - \exp(-h)}\right)^\kappa\mbox{,}
where F(x) is the nonexceedance probability for quantile x > 0, \eta = 1/\beta, \beta > 0 is a scale parameter, \kappa > 0 is a shape parameter, and h > 0 is another shape parameter.
cdfgep(x, para)
x |
A real value vector. |
para |
The parameters from |
Nonexceedance probability (F) for x.
W.H. Asquith
Barreto-Souza, W., and Cribari-Neto, F., 2009, A generalization of the exponential-Poisson distribution: Statistics and Probability, 79, pp. 2493–2500.
pdfgep, quagep, lmomgep, pargep
gep <- list(para=c(2, 1.5, 3), type="gep")
cdfgep(0.48,gep)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.