Questions tagged [kurtosis]

a normalized fourth moment of a distribution or dataset, or other aspects of fat tails

Kurtosis refers to the fat-tailed-ness of a distribution. It is often defined as a normalized fourth central moment $\mu_4$ of a distribution or dataset. It can be any non-negative real number or even (for distributions) infinite.

There are several flavors of kurtosis commonly encountered, including the kurtosis proper, denoted $\beta_2$ (Abramowitz and Stegun 1972, p. 928) or $\alpha_4$ (Kenney and Keeping 1951, p. 27; Kenney and Keeping 1961, pp. 99-102) and defined by:

$$\beta_2 = \frac{\mu_4}{\mu_2^2}$$

where $\mu_i$ denotes the $i$th central moment (and in particular, $\mu_2$ is the variance).

Note that kurtosis does not measure the "peakedness" of a distribution (Westfall, 2014), as is commonly believed.

Sometimes "kurtosis" refers to the excess kurtosis, defined as $\beta_2 - 3$. This is the amount by which the kurtosis differs from that of any Normal distribution.

An alternative measure of fat-tailed-ness is the L-kurtosis:

$$\frac{EX_{4:4}-3EX_{3:4}+3EX_{2:4}-EX_{1:4}}{2(EX_{2:2}-EX_{1:2})}$$

where, e.g., $EX_{2:4}$ is the expectation for the second-smallest among four draws from the distribution.

Reference: mathworld.wolfram.com

Excerpt reference: statistics.about.com

Westfall, P. H. (2014). Kurtosis as Peakedness, 1905–2014. R.I.P. The American Statistician, 68(3):191-195, DOI: 10.1080/00031305.2014.917055

Reference for L-kurtosis: Wikipedia on L-moments and their ratios.

250 questions
22
votes
2 answers

Non-normal distributions with zero skewness and zero excess kurtosis?

Mostly theoretical question. Are there any examples of non-normal distributions that has first four moment equal to those of normal? Could they exist in theory?
21
votes
4 answers

Transformation to increase kurtosis and skewness of normal r.v

I'm working on an algorithm that relies on the fact that observations $Y$s are normally distributed, and I would like to test the robustness of the algorithm to this assumption empirically. To do this, I was looking for a sequence of transformations…
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
20
votes
2 answers

Intuition for moments about the mean of a distribution?

Can someone provide an intuition on why the higher moments of a probability distribution $p_X$, like the third and fourth moments, correspond to skewness and kurtosis respectively? Specifically, why does the deviation about the mean raised to the…
18
votes
5 answers

How is the kurtosis of a distribution related to the geometry of the density function?

The kurtosis is to measure the peakedness and flatness of a distribution. The density function of the distribution, if it exists, can be viewed as a curve, and has geometric features (such as curvature, convexity, ...) related to its shape. So I…
Tim
  • 1
  • 29
  • 102
  • 189
18
votes
2 answers

Why kurtosis of a normal distribution is 3 instead of 0

What is meant by the statement that the kurtosis of a normal distribution is 3. Does it mean that on the horizontal line, the value of 3 corresponds to the peak probability, i.e. 3 is the mode of the system? When I look at a normal curve, it seems…
Victor
  • 5,925
  • 13
  • 43
  • 67
17
votes
3 answers

Why is high positive kurtosis problematic for hypothesis tests?

I've heard (sorry cannot provide a link to a text, something I have been told) that a high positive kurtosis of residuals can be problematic for accurate hypothesis tests and confidence intervals (and therefore problems with statistical inference).…
DDK
  • 173
  • 1
  • 1
  • 4
15
votes
2 answers

Exponential weighted moving skewness/kurtosis

There are well-known on-line formulas for computing exponentially weighted moving averages and standard deviations of a process $(x_n)_{n=0,1,2,\dots}$. For the mean, $\mu_n = (1-\alpha) \mu_{n-1} + \alpha x_n$ and for the variance $\sigma_n^2 =…
Chris Taylor
  • 3,432
  • 1
  • 25
  • 29
15
votes
4 answers

In comparison with a standard gaussian random variable, does a distribution with heavy tails have higher kurtosis?

Under a standard gaussian distribution (mean 0 and variance 1), the kurtosis is $3$. Compared to a heavy tail distribution, is the kurtosis normally larger or smaller?
user321627
  • 2,511
  • 3
  • 13
  • 49
14
votes
3 answers

Closed form formula for distribution function including skewness and kurtosis?

Is there such a formula? Given a set of data for which the mean, variance, skewness and kurtosis is known, or can be measured, is there a single formula which can be used to calculate the probability density of a value assumed to come from the…
babelproofreader
  • 4,544
  • 4
  • 22
  • 35
13
votes
3 answers

How to transform leptokurtic distribution to normality?

Suppose I have a leptokurtic variable that I would like to transform to normality. What transformations can accomplish this task? I am well aware that transforming data may not always be desirable, but as an academic pursuit, suppose I want to…
Underminer
  • 3,723
  • 1
  • 20
  • 36
13
votes
4 answers

Comparison of the tails of two sample distributions

I have two set of data that are roughly centered around zero but I suspect that they have different tails. I know a few tests to compare the distribution to a normal distribution, but I would like to compare directly the two distributions. Is there…
RockScience
  • 2,731
  • 4
  • 27
  • 46
13
votes
2 answers

Departure from normality assumption in ANOVA: is kurtosis or skewness more important?

Applied linear statistical models by Kutner et al. states the following concerning departures from the normality assumption of ANOVA models: Kurtosis of the error distribution (either more or less peaked than a normal distribution) is more important…
Zenit
  • 1,586
  • 2
  • 17
  • 19
12
votes
1 answer

Treatment of outliers produced by kurtosis

I was wondering if anyone could help me with information about kurtosis (i.e. is there any way to transform your data to reduce it?) I have a questionnaire dataset with a large number of cases and variables. For a few of my variables, the data shows…
12
votes
4 answers

"Peakedness" of a skewed probability density function

I would like to describe the "peakedness" and tail "heaviness" of several skewed probability density functions. The features I want to describe, would they be called "kurtosis"? I've only seen the word "kurtosis" used for symmetric distributions?
1
2 3
16 17