Questions tagged [l-moments]

A kind of moments based on linear functions of order statistics. Their interpretation is similar to usual moments, but they can often be more stably estimated.

L-moments are a kind of moments based on linear functions of order statistics. Their interpretation is similar to usual moments, but they can often be more stably estimated.

Their use was pioneered in hydrology, as a help in studying the form of probability distributions. See https://en.wikipedia.org/wiki/L-moment.

15 questions
20
votes
5 answers

Should we teach kurtosis in an applied statistics course? If so, how?

Central tendency, spread and skewness can all be defined relatively well, at least on an intuitive basis; the standard mathematical measures of these things also correspond relatively well to our intuitive notions. But kurtosis seems to be…
Peter Flom
  • 94,055
  • 35
  • 143
  • 276
13
votes
1 answer

Testing two independent samples for null of same skew?

What tests are available for testing two independent samples for the null hypothesis that they come from populations with the same skew? There is a classical 1-sample test for whether the skew equals a fixed number (the test involves the 6th sample…
shabbychef
  • 10,388
  • 7
  • 50
  • 93
8
votes
2 answers

Alternatives to using Coefficient of Variation to summarize a set of parameter distributions?

Background I have a model with 17 parameters, and I currently use the coefficient of variation ($\text{CV}=\sigma/\mu$) to summarize the prior and posterior distributions of each parameter. All of the parameters are > 0. I would also like to…
7
votes
4 answers

Issues with fitting distribution to heavy-tailed data

I am currently trying to fit distributions to some heavy tailed data-set (see the data set below) and have a hard time producing good results: v1 <-…
user3777456
  • 346
  • 3
  • 6
5
votes
0 answers

What is the typical and example use of an "L-moment" as contrasted to a conventional moment?

I have seen moments a few times, but I am unfamiliar with "L-moments". What are they used for? What do they do that other things, like classical moments, cannot do as well?
EngrStudent
  • 8,232
  • 2
  • 29
  • 82
3
votes
0 answers

Discrete, finite L-moment problem

Suppose that we have a real-valued discrete random variable, whose probability distribution has finite support on some set $S$ of real numbers. Then if $N = |S|$, we know that we can construct the entire distribution from the first $N$ raw moments,…
2
votes
0 answers

What is the statistical efficiency of L-moments?

In particular I am interested in the scale estimator. Hopefully it is much better than that of IQR.
Quartz
  • 878
  • 8
  • 18
2
votes
1 answer

Calculating L moments of a standard normal

As part of my research, I am having trouble calculating the 2nd L moment $\lambda_2$ and the third and fourth moment ratios $\tau_3$ and $\tau_4$ of the standard normal distribution, where L moments are defined as they are in this paper (Hosking…
Dan
  • 99
  • 9
2
votes
0 answers

Adding gamma and 3-parameter log normal distributions to L-moments ratio diagram lmrd()

How to adapt this piece of code but for: - gamma distribution - 3 parameter log normal More specifically, where can I find the specification of the parameter (lmom) for pelgam() and pelln3()? Lmom package info just gives: pelgam(lmom),…
Olga
  • 21
  • 1
2
votes
1 answer

Constructing an L-moment ratio diagram

How can I find the L-skewness and L-kurtosis values for different distributions? For example, I'd like to be able to plot the curves or points for the Generalized Extreme Value, Gamma, Generalized Pareto, Pearson type III, Lognormal, and…
2
votes
0 answers

L-Kurtosis calculation

I am doing statistical analysis on some signal data and after some reading was thinking that L-kurtosis would be a good numerical value to use in differentiating delta trains and sine waves with similar standard deviations. Firstly, is this likely a…
1
vote
0 answers

Estimate the parameters of beta exponential distribution via L-Moments

Estimate 3 parameters of beta exponential distribution in the case of censored type 1 samples via L-moments
1
vote
0 answers

Statistics of Extremes: Fitting the GEV distribution with MLE vs L-moments

I created a synthetic series that is supposed to simulate a series of peak discharges in blocks of years in arid catchments. The magnitudes were simulated via the Lnorm dist.: meanlog <- 1.86; sdlog = 1.63 x.lnorm <- rlnorm(1000000,meanlog =…
1
vote
0 answers

L-moments derivation

The formula for obtaining the $\lambda_i$ linear moment is: $$\lambda_i=i^{-1} \sum_{j=0}^{i-1}\binom{i-1}{j}E(X_{i-j:i})$$ where $X_{a:b}$ denotes the $a^{th}$ order statistic of the $b$ sized sample. I am trying to find linear moments using this…
Misery
  • 249
  • 2
  • 12
0
votes
0 answers

How to improve location and scatter estimation conditioning on higher order statistics?

Using sample moments, how can the mean and variance estimators be improved if e.g. skewness and kurtosis are known exactly? And what about using estimates for these instead, which should imho be of no help? In general then I would like to know if…
Quartz
  • 878
  • 8
  • 18