digplanet beta 1: Athena
Share digplanet:

Agriculture

Applied sciences

Arts

Belief

Business

Chronology

Culture

Education

Environment

Geography

Health

History

Humanities

Language

Law

Life

Mathematics

Nature

People

Politics

Science

Society

Technology

In statistics, L-moments[1][2][3] are a sequence of statistics used to summarize the shape of a probability distribution. They are L-statistics (linear combinations of order statistics, hence the "L" for "linear") analogous to conventional moments, and can be used to calculate quantities analogous to standard deviation, skewness and kurtosis, termed the L-scale, L-skewness and L-kurtosis respectively (the L-mean is identical to the conventional mean). Standardised L-moments are called L-moment ratios and are analogous to standardized moments. Just as for conventional moments, a theoretical distribution has a set of population L-moments. Sample L-moments can be defined for a sample from the population, and can be used as estimators of the population L-moments.

Contents

Population L-moments [edit]

For a random variable X, the rth population L-moment is[1]


\lambda_r = r^{-1} \sum_{k=0}^{r-1} {(-1)^k \binom{r-1}{k} \mathrm{E}X_{r-k:r}},

where Xk:n denotes the kth order statistic (kth smallest value) in an independent sample of size n from the distribution of X and \mathrm{E} denotes expected value. In particular, the first four population L-moments are


\lambda_1 = \mathrm{E}X

\lambda_2 = (\mathrm{E}X_{2:2} - \mathrm{E}X_{1:2})/2

\lambda_3 = (\mathrm{E}X_{3:3} - 2\mathrm{E}X_{2:3} + \mathrm{E}X_{1:3})/3

\lambda_4 = (\mathrm{E}X_{4:4} - 3\mathrm{E}X_{3:4}  + 3\mathrm{E}X_{2:4} - \mathrm{E}X_{1:4})/4.

Note that the coefficients of the k-th L-moment are the same as in the k-th term of the binomial transform, as used in the k-order finite difference (finite analog to the derivative).

The first two of these L-moments have conventional names:

\lambda_1 = \text{mean, L-mean or L-location},
\lambda_2 = \text{L-scale}.

The L-scale is equal to half the mean difference.[4]

Sample L-moments [edit]

The sample L-moments can be computed as the population L-moments of the sample, summing over r-element subsets of the sample \left\{ x_1 < \cdots < x_j < \cdots < x_r \right\}, hence averaging by dividing by the binomial coefficient:


\lambda_r = r^{-1}{\tbinom{n}{r}}^{-1} \sum_{x_1 < \cdots < x_j < \cdots < x_r} {(-1)^{r-j} \binom{r-1}{j} x_j}.

Grouping these by order statistic counts the number of ways an element of an n-element sample can be the jth element of an r-element subset, and yields formulas of the form below. Direct estimators for the first four L-moments in a finite sample of n observations are:[5]

\ell_1 = {\tbinom{n}{1}}^{-1} \sum_{i=1}^n x_{(i)}
\ell_2 = \tfrac{1}{2} {\tbinom{n}{2}}^{-1} \sum_{i=1}^n \left\{ \tbinom{i-1}{1} - \tbinom{n-i}{1} \right\} x_{(i)}
\ell_3 = \tfrac{1}{3} {\tbinom{n}{3}}^{-1} \sum_{i=1}^n \left\{ \tbinom{i-1}{2} - 2\tbinom{i-1}{1}\tbinom{n-i}{1} + \tbinom{n-i}{2} \right\} x_{(i)}
\ell_4 = \tfrac{1}{4} {\tbinom{n}{4}}^{-1} \sum_{i=1}^n \left\{ \tbinom{i-1}{3} - 3\tbinom{i-1}{2}\tbinom{n-i}{1} + 3\tbinom{i-1}{1}\tbinom{n-i}{2} - \tbinom{n-i}{3} \right\} x_{(i)}

where x(i) is the ith order statistic and \tbinom{\cdot}{\cdot} is a binomial coefficient. Sample L-moments can also be defined indirectly in terms of probability weighted moments,[1][6][7] which leads to a more efficient algorithm for their computation.[5][8]

L-moment ratios [edit]

A set of L-moment ratios, or scaled L-moments, is defined by

\tau_r = \lambda_r / \lambda_2, \qquad r=3,4, \dots.

The most useful of these are \tau_3, called the L-skewness, and \tau_4, the L-kurtosis.

L-moment ratios lie within the interval (–1, 1). Tighter bounds can be found for some specific L-moment ratios; in particular, the L-kurtosis \tau_4 lies in [-¼,1), and

\tfrac{1}{4}(5\tau_3^2-1) \leq \tau_4 < 1.[1]

A quantity analogous to the coefficient of variation, but based on L-moments, can also be defined: \tau = \lambda_2 / \lambda_1, which is called the "coefficient of L-variation", or "L-CV". For a non-negative random variable, this lies in the interval (0,1)[1] and is identical to the Gini coefficient.

Related quantities [edit]

L-moments are statistical quantities that are derived from probability weighted moments[9] (PWM) which were defined earlier (1979).[6] PWM are used to efficiently estimate the parameters of distributions expressable in inverse form such as the Gumbel,[7] the Tukey, and the Wakeby distributions.

Usage [edit]

There are two common ways that L-moments are used, in both cases analogously to the conventional moments:

  1. As summary statistics for data.
  2. To derive estimators for the parameters of probability distributions, applying the method of moments to the L-moments rather than conventional moments.

In addition to doing these with standard moments, the latter (estimation) is more commonly done using maximum likelihood methods; however using L-moments provides a number of advantages. Specifically, L-moments are more robust than conventional moments, and existence of higher L-moments only requires that the random variable have finite mean.

As an example consider a dataset with a few data points and one outlying data value. If the ordinary standard deviation of this data set is taken it will be highly influenced by this one point: however, if the L-scale is taken it will be far less sensitive to this data value. Consequently L-moments are far more meaningful when dealing with outliers in data than conventional moments. One example of this is using L-moments as summary statistics in extreme value theory (EVT). Note however that L-statistics are not resistant statistics, as a single extreme value can throw them off, but because they are only linear (not higher-order statistics), they are less affected by extreme values than conventional moments.

Another advantage L-moments have over conventional moments is that their existence only requires the random variable to have finite mean, so the L-moments exist even if the higher conventional moments do not exist (for example, for Student's t distribution with low degrees of freedom). A finite variance is required in addition in order for the standard errors of estimates of the L-moments to be finite.[1]

Some appearances of L-moments in the statistical literature include the book by David & Nagaraja (2003, Section 9.9)[10] and a number of papers.[11][12][13][14][15] A number of favourable comparisons of L-moments with ordinary moments have been reported.[16][17]

Values for some common distributions [edit]

The table below gives expressions for the first two L-moments and numerical values of the first two L-moment ratios of some common continuous probability distributions with constant L-moment ratios.[1][4] More complex expressions have been derived for some further distributions for which the L-moment ratios vary with one or more of the distributional parameters, including the log-normal, Gamma, generalized Pareto, generalized extreme value, and generalized logistic distributions.[1]

Distribution Parameters mean, λ1 L-scale, λ2 L-skewness, τ3 L-kurtosis, τ4
Uniform a, b (a+b) / 2 (ba) / 6 0 0
Logistic μ, s μ s 0 = 0.1667
Normal μ, σ2 μ σ / √π 0 0.1226
Laplace μ, b μ 3b / 4 0 1 / (3√2) = 0.2357
Student's t, 2 d.f. ν = 2 0 π/23/2 = 1.111 0 = 0.375
Student's t, 4 d.f. ν = 4 0 15π/64 = 0.7363 0 111/512 = 0.2168
Exponential λ 1 / λ 1 / (2λ) = 0.3333 = 0.1667
Gumbel μ, β μ + γ'β β log 2 0.1699 0.1504

The notation for the parameters of each distribution is the same as that used in the linked article. In the expression for the mean of the Gumbel distribution, γ is the Euler–Mascheroni constant 0.57721… .

Extensions [edit]

Trimmed L-moments are generalizations of L-moments that give zero weight to extreme observations. They are therefore more robust to the presence of outliers, and unlike L-moments they may be well-defined for distributions for which the mean does not exist, such as the Cauchy distribution.[18]

See also [edit]

References [edit]

  1. ^ a b c d e f g h 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 52: 105–124. JSTOR 2345653. 
  2. ^ Hosking, J.R.M. (1992). "Moments or L moments? An example comparing two measures of distributional shape". The American Statistician 46 (3): 186–189. JSTOR 2685210. 
  3. ^ Hosking, J.R.M. (2006). "On the characterization of distributions by their L-moments". Journal of Statistical Planning and Inference 136: 193–198. 
  4. ^ a b Jones, M.C. (2002). "Student's Simplest Distribution". Journal of the Royal Statistical Society, Series D 51 (1): 41–49. JSTOR 3650389. 
  5. ^ a b Wang, Q. J. (1996). "Direct Sample Estimators of L Moments". Water Resources Research 32 (12): 3617–3619. doi:10.1029/96WR02675. 
  6. ^ a b Greenwood, JA; Landwehr, JM; Matalas, NC; Wallis, JR (1979). "Probability Weighted Moments: Definition and relation to parameters of several distributions expressed in inverse form". Water Resources Research 15: 1049–1054. doi:10.1029/WR015i005p01049. Retrieved 17 January 2013. 
  7. ^ a b Landwehr, JM; Matalas, NC; Wallis, JR (1979). "Probability weighted moments compared with some traditional techniques in estimating Gumbel parameters and quantiles". Water Resources Research 15: 1055–1064. doi:10.1029/WR015i005p01055. Retrieved 4 February 2013. 
  8. ^ L Moments, 6 January 2006, retrieved 19 January 2013  NIST Dataplot documentation
  9. ^ Hosking, JRM; Wallis, JR (2005). Regional Frequency Analysis: An Approach Based on L-moments. Cambridge University Press. p. 3. ISBN 0521019400. Retrieved 22 January 2013. 
  10. ^ David, H.A. & Nagaraja, H.N. (2003) Order Statistics, 3rd Edition. Wiley. ISBN 0-471-38926-9
  11. ^ Serfling, R. & Xiao, P. (2007) A contribution to multivariate L-moments: L-comoment matrices. Journal of Multivariate Analysis, 98, 1765–1781.
  12. ^ Delicado, P. & N. Goriab M.N. (2008) A small sample comparison of maximum likelihood, moments and L-moments methods for the asymmetric exponential power distribution. Computational Statistics & Data Analysis, 52, 1661–1673
  13. ^ Alkasasbeh, M.R., Raqab, M.Z. (2009) Estimation of the generalized logistic distribution parameters: comparative study. Statistical Methodology, 6(3), 262–279.
  14. ^ Jones, M.C. (2004) On some expressions for variance, covariance, skewness and L-moments. Journal of Statistical Planning and Inference, 126, 97–106. doi:10.1016/j.jspi.2003.09.001
  15. ^ Jones, M.C. (2009) Kumaraswamy's distribution: A beta-type distribution with some tractability advantages. Statistical Methodology, 6 (1), 70–81.
  16. ^ Royston, P. (1992). Which measures of skewness and kurtosis are best? Statistics in Medicine, 11, 333–343. doi:10.1002/sim.4780110306
  17. ^ Ulrych, T. J., Velis, D. R., Woodbury, A. D., Sacchi, M. D. (2000) L-moments and C-moments. Stochastic Environmental Research and Risk Assessment, 14 (1), 50–68.
  18. ^ Elamir, Elsayed A. H.; Seheult, Allan H. (2003). "Trimmed L-moments". Computational Statistics & Data Analysis 43 (3): 299–314. doi:10.1016/S0167-9473(02)00250-5. 

External links [edit]


Original courtesy of Wikipedia: http://en.wikipedia.org/wiki/L-moment — Please support Wikipedia.
A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia.
1000000 videos foundNext > 

Pitbull - Feel This Moment ft. Christina Aguilera

Download "Feel This Moment" (feat. Christina Aguilera) iTunes: http://smarturl.it/ftm?iqid=ftmvid AmazonMP3: http://smarturl.it/ftmAMZ?iqid=ftmvid From the a...

Infinite L's moments

eng sub by insprirtsubs and inspiritelf.

Death Note - L Moments! ♥

Cute/Funny L moments! :D Maybe there will even be a part two, soon :D I love the L phone scene, so I may also post some prank calls :P.

Best L moments of all time! =D

Best L moments of all time! This is a video i made of all L's best moments and my top 3 favorite L moments. Comment Rate Fav Sub!.... You know you wanna... ;)

Myungyeol Moment #017: L smells Sungyeol

taken from http://www.youtube.com/watch?v=eb3elPYGkDU I really want the couple game in 2nd invasion. Does anyone have the dvd link? I don't want to post the ...

L's Funniest Moments

read, please I decided to put together all of my favorite funny scenes from Death Note. Why? Cause I got bored... I do not own Death Note, it is just my favo...

Ranking King - L Moments Part 1

READ DESCRIPTION** Part 2: http://www.youtube.com/watch?v=SvAagUEghKo Woohyun Cuts: http://www.youtube.com/watch?v=BSQDmH_Nfts&feature=channel&list=UL Sung...

L's Funniest Moments 3

The requested third installment of L's Funniest Moments has finally arrived!! Sorry it took me so long to create. I have been restrained for time lately...

L's Funniest/Cutest Moments Part 1

I do not own Death note or any of the characters. I love L so much and he had so many funny and just plain adorable moments so I made them all into this vide...

Ranking King - L Moments Part 2

READ DESCRIPTION** Part 1: http://www.youtube.com/watch?v=od3VlrFeqSc OTHER MEMBERS: Woohyun Cuts: http://www.youtube.com/watch?v=BSQDmH_Nfts&feature=chann...

1000000 videos foundNext > 

1 news items

Foot01.com

Foot01.com
Wed, 29 May 2013 03:01:43 -0700

Faudrait que Garde les lance définitivement dans le grand bain, la LDC est là, c'est l'moment quoi. Mais mettre laca en pointe faut trouver un mec à droite parce que briand.. pouah. Et là faut trouver, j'vois pas trop qui, perso Cabella à droite je ...
Loading

Oops, we seem to be having trouble contacting Twitter

Talk About L-moment

You can talk about L-moment with people all over the world in our discussions.

Support Wikipedia

A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia. Please add your support for Wikipedia!