Learn R Programming

lmomco (version 2.3.1)

pwm.ub: Unbiased Sample Probability-Weighted Moments

Description

Unbiased sample probability-weighted moments (PWMs) are computed from a sample. The \(\beta_r\)'s are computed using $$\beta_r = n^{-1} {n-1 \choose r}^{-1} \sum^n_{j=1} {j-1 \choose r} x_{j:n}\mbox{.}$$

Usage

pwm.ub(x, nmom=5, sort=TRUE)

Arguments

x

A vector of data values.

nmom

Number of PWMs to return (\(r =\) nmom - 1).

sort

Do the data need sorting? The computations require sorted data. This option is provided to optimize processing speed if presorted data already exists.

Value

An R list is returned.

betas

The PWMs. Note that convention is the have a \(\beta_0\), but this is placed in the first index i=1 of the betas vector.

source

Source of the PWMs: “pwm.ub”.

References

Asquith, W.H., 2011, Distributional analysis with L-moment statistics using the R environment for statistical computing: Createspace Independent Publishing Platform, ISBN 978--146350841--8.

Greenwood, J.A., Landwehr, J.M., Matalas, N.C., and Wallis, J.R., 1979, Probability weighted moments---Definition and relation to parameters of several distributions expressable in inverse form: Water Resources Research, v. 15, pp. 1,049--1,054.

Stedinger, J.R., Vogel, R.M., Foufoula-Georgiou, E., 1993, Frequency analysis of extreme events: in Handbook of Hydrology, ed. Maidment, D.R., McGraw-Hill, Section 18.6 Partial duration series, mixtures, and censored data, pp. 18.37--18.39.

Hosking, J.R.M., 1990, L-moments---Analysis and estimation of distributions using linear combinations of order statistics: Journal of the Royal Statistical Society, Series B, v. 52, pp. 105--124.

See Also

pwm.pp, pwm.gev, pwm2lmom

Examples

Run this code
# NOT RUN {
pwm <- pwm.ub(rnorm(20))
# }

Run the code above in your browser using DataLab