cdfgep {lmomco} | R Documentation |
Cumulative Distribution Function of the Generalized Exponential Poisson Distribution
Description
This function computes the cumulative probability or nonexceedance probability of the Generalized Exponential Poisson distribution given parameters (,
, and
) computed by
pargep
. The cumulative distribution function is
where is the nonexceedance probability for quantile
,
,
is a scale parameter,
is a shape parameter, and
is another shape parameter.
Usage
cdfgep(x, para)
Arguments
x |
A real value vector. |
para |
Value
Nonexceedance probability () for
.
Author(s)
W.H. Asquith
References
Barreto-Souza, W., and Cribari-Neto, F., 2009, A generalization of the exponential-Poisson distribution: Statistics and Probability, 79, pp. 2493–2500.
See Also
pdfgep
, quagep
, lmomgep
, pargep
Examples
gep <- list(para=c(2, 1.5, 3), type="gep")
cdfgep(0.48,gep)
[Package lmomco version 2.5.1 Index]