L-moment

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In statistics, L-moments are a sequence of statistics used to summarize the shape of a probability distribution.[1][2][3][4] They are linear combinations of order statistics (L-statistics) 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.

Population L-moments

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.[5]

Sample L-moments

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:[6]

\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][7][8] which leads to a more efficient algorithm for their computation.[6][9]

L-moment ratios

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

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

Usage

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. One disadvantage of L-moment ratios for estimation is their typically smaller sensitivity. For instance, the Laplace distribution has a kurtosis of 6 and weak exponential tails, but a larger 4th L-moment ratio than e.g. the student-t distribution with d.f.=3, which has an infinite kurtosis and much heavier tails.

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. However, there are also other better suited methods to achieve an even higher robustness than just replacing moments by L-moments. One example of this is using L-moments as summary statistics in extreme value theory (EVT). This application shows the limited robustness of L-moments, i.e. 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)[11] and a number of papers.[12][13][14][15][16] A number of favourable comparisons of L-moments with ordinary moments have been reported.[17][18]

Values for some common distributions

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][5] 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 16 = 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 38 = 0.375
Student's t, 4 d.f. ν = 4 0 15π/64 = 0.7363 0 111/512 = 0.2168
Exponential λ 1 / λ 1 / (2λ) 13 = 0.3333 16 = 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

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.[19]

See also

References

  1. 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Asquith, W.H. (2011) Distributional analysis with L-moment statistics using the R environment for statistical computing, Create Space Independent Publishing Platform, [print-on-demand], ISBN 1-463-50841-7
  5. 5.0 5.1 Lua error in package.lua at line 80: module 'strict' not found.
  6. 6.0 6.1 Lua error in package.lua at line 80: module 'strict' not found.
  7. 7.0 7.1 Lua error in package.lua at line 80: module 'strict' not found.
  8. 8.0 8.1 Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found. NIST Dataplot documentation
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. Lua error in package.lua at line 80: module 'strict' not found.
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.

External links