Learn R Programming

lmomco (version 2.0.1)

cdfgov: Cumulative Distribution Function of the Govindarajulu Distribution

Description

This function computes the cumulative probability or nonexceedance probability of the Govindarajulu distribution given parameters ($\xi$, $\alpha$, and $\beta$) of the distribution computed by pargov. The cumulative distribution function requires numerical methods.

Usage

cdfgov(x, para)

Arguments

x
A real value.
para
The parameters from pargov or similar.

Value

  • Nonexceedance probability ($F$) for $x$.

References

Gilchrist, W.G., 2000, Statistical modelling with quantile functions: Chapman and Hall/CRC, Boca Raton.

Nair, N.U., Sankaran, P.G., Balakrishnan, N., 2013, Quantile-based reliability analysis: Springer, New York.

See Also

pdfgov, quagov, pargov

Examples

Run this code
lmr <- lmom.ub(c(123,34,4,654,37,78))
  cdfgov(50,pargov(lmr))

Run the code above in your browser using DataLab