cdfsla {lmomco}R Documentation

Cumulative Distribution Function of the Slash Distribution

Description

This function computes the cumulative probability or nonexceedance probability of the Slash distribution given parameters (ξ\xi and α\alpha) of the distribution provided by parsla or vec2par. The cumulative distribution function is

F(x)=Φ(Y)[ϕ(0)ϕ(Y)]/Y\mbox,F(x) = \Phi(Y) - [\phi(0) - \phi(Y)]/Y \mbox{,}

for Y0Y \ne 0 and

F(x)=1/2\mbox,F(x) = 1/2 \mbox{,}

for Y=0Y = 0, where F(x)F(x) is the nonexceedance probability for quantile xx, Y=(xξ)/αY = (x - \xi)/\alpha, ξ\xi is a location parameter, and α\alpha is a scale parameter. The function Φ(Y)\Phi(Y) is the cumulative distribution function of the Standard Normal distribution, and ϕ(Y)\phi(Y) is the probability density function of the Standard Normal distribution.

Usage

cdfsla(x, para)

Arguments

x

A real value vector.

para

The parameters from parsla or vec2par.

Value

Nonexceedance probability (FF) for xx.

Author(s)

W.H. Asquith

References

Rogers, W.H., and Tukey, J.W., 1972, Understanding some long-tailed symmetrical distributions: Statistica Neerlandica, v. 26, no. 3, pp. 211–226.

See Also

pdfsla, quasla, lmomsla, parsla

Examples

  para <- c(12, 1.2)
  cdfsla(50, vec2par(para, type="sla"))

[Package lmomco version 2.5.1 Index]