cdfcau {lmomco} | R Documentation |
Cumulative Distribution Function of the Cauchy Distribution
Description
This function computes the cumulative probability or nonexceedance probability of the Cauchy distribution given parameters ( and
) computed by
parcau
. The cumulative distribution function is
where is
where is the nonexceedance probability for quantile
,
is a location parameter, and
is a scale parameter.
Usage
cdfcau(x, para)
Arguments
x |
A real value vector. |
para |
Value
Nonexceedance probability () for
.
Author(s)
W.H. Asquith
References
Elamir, E.A.H., and Seheult, A.H., 2003, Trimmed L-moments: Computational Statistics and Data Analysis, v. 43, pp. 299–314.
Gilchrist, W.G., 2000, Statistical modeling with quantile functions: Chapman and Hall/CRC, Boca Raton, FL.
See Also
pdfcau
, quacau
, lmomcau
, parcau
Examples
para <- c(12,12)
cdfcau(50,vec2par(para,type='cau'))
[Package lmomco version 2.5.1 Index]