Learn R Programming

lmomco (version 2.0.1)

pp.f: Quantile Function of the Ranks of Plotting Positions

Description

There are two major forms (outside of the general plotting-position formula pp) for estimation of the $p_r$th probability of the $r$th order statistic for a sample of size $n$: the mean is $p'_r = r/(n+1)$ (Weibull plotting position) and the median is $p^\star_r = IIB(0.5, r, n+1-r)$, where $f$ represents the nonexceedance probability of the plotting position. $IIB$ is the inverse of the incomplete beta function or the quantile function of the beta distribution as provided by qbeta(f, a, b). If $f=0.5$, then the median is returned but conveniently implemented in pp.median. See Gilchrist (2011, chapter 12, p. 510 in Karian and Dudewicz, 2011).

Usage

pp.f(f, x)

Arguments

f
A nonexceedance probability;
x
A vector of data. The ranks and the length of the vector are computed within the function.

Value

  • An R vector is returned.

References

Karian, Z.A., and Dudewicz, E.J., 2011, Handbook of fitting statistical distributions with R: Boca Raton, FL, CRC Press.

See Also

pp pp.median

Examples

Run this code
#

Run the code above in your browser using DataLab