Data & AI Literacy Month
Hear from leaders powering AI transformation

lmomco (version 0.6)

pwm2lmom: Probability-Weighted Moments to L-moments

Description

Converts the Probability-Weighted Moments (PWM) to the L-moments given the PWM. The conversion is linear so procedures based on PWMs and identical to those based on L-moments.

λ1=β0, λ2=2β1β0, λ3=6β26β1+β0, λ4=20β330β2+12β1β0, λ5=70β4140β3+90β220β1+β0, τ=λ2/λ1, τ3=λ3/λ2, τ4=λ4/λ2, and τ5=λ5/λ2.

Usage

pwm2lmom(pwm)

Arguments

pwm
A PWM object created by pwm.ub or similar.

Value

  • An R list is returned.
  • L1Arithmetic mean
  • L2L-scale---analogous to standard deviation
  • LCVcoefficient of L-variation---analogous to coe. of variation
  • TAU3The third L-moment ratio or L-skew---analogous to skew
  • TAU4The fourth L-moment ratio or L-kurtosis---analogous to kurtosis
  • TAU5The fifth L-moment ratio
  • L3The third L-moment
  • L4The fourth L-moment
  • L5The fifth L-moment

Details

The Probability Weighted Moments (PWMs) are linear combinations of the L-moments and therefore contain the same statistical information of the data as the L-moments. However, the PWMs are harder to interpret as measures of probability distributions. The linearity between L-moments and Probability-Weighted Moments means that procedures base on one are equivalent to the other.

References

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, vol. 15, p. 1,049--1,054.

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, vol. 52, p. 105--124.

Hosking, J.R.M., 1996, FORTRAN routines for use with the method of L-moments: Version 3, IBM Research Report RC20525, T.J. Watson Research Center, Yorktown Heights, New York.

Hosking, J.R.M. and Wallis, J.R., 1997, Regional frequency analysis---An approach based on L-moments: Cambridge University Press.

See Also

lmom.ub, pwm.ub, lmom2pwm

Examples

Run this code
lmom <- pwm2lmom(pwm.ub(c(123,34,4,654,37,78)))

pwm2lmom(pwm.ub(rnorm(100)))

Run the code above in your browser using DataLab