WOLFRAM

Kurtosis[data]

gives the coefficient of kurtosis for the elements in data.

Kurtosis[dist]

gives the coefficient of kurtosis for the distribution dist.

Details

Examples

open allclose all

Basic Examples  (4)Summary of the most common use cases

Kurtosis for a list of values:

Out[1]=1

Kurtosis for a symbolic data:

Out[1]=1

Kurtosis for a list of dates:

Out[1]=1

Kurtosis for a parametric distribution:

Out[1]=1

Scope  (23)Survey of the scope of standard use cases

Basic Uses  (7)

Exact input yields exact output:

Out[1]=1
Out[2]=2

Approximate input yields approximate output:

Out[1]=1
Out[2]=2

Find the kurtosis of WeightedData:

Out[1]=1
Out[3]=3

Find the kurtosis of EventData:

Out[2]=2

Find the kurtosis of TemporalData:

Out[3]=3

Find the kurtosis of TimeSeries:

Out[1]=1

The kurtosis depends only on the values:

Out[2]=2

Find the kurtosis of data involving quantities:

Out[1]=1
Out[2]=2

Array Data  (5)

Kurtosis for a matrix gives columnwise kurtosis:

Out[1]=1

Work with large arrays:

Out[1]=1
Out[2]=2

When the input is an Association, Kurtosis works on its values:

Out[2]=2
Out[2]=2

SparseArray data can be used just like dense arrays:

Out[1]=1
Out[2]=2

Find the kurtosis of a QuantityArray:

Out[1]=1
Out[2]=2

Image and Audio Data  (2)

Channelwise kurtosis value of an RGB image:

Out[1]=1

Mean intensity value of a grayscale image:

Out[3]=3

On audio objects, Kurtosis works channelwise:

Out[1]=1
Out[2]=2
Out[3]=3

Date and Time  (5)

Compute kurtosis of dates:

Out[2]=2
Out[3]=3

Compute the weighted kurtosis of dates:

Out[1]=1
Out[3]=3

Compute the kurtosis of dates given in different calendars:

Out[1]=1
Out[2]=2

Compute the kurtosis of times:

Out[1]=1
Out[2]=2

Compute the kurtosis of times with different time zone specifications:

Out[1]=1
Out[2]=2

Distributions and Processes  (4)

Find the kurtosis for univariate distributions:

Out[1]=1
Out[2]=2

Multivariate distributions:

Out[2]=2

Kurtosis for derived distributions:

Out[1]=1
Out[2]=2

Data distribution:

Out[4]=4

Kurtosis for distributions with quantities:

Out[1]=1
Out[2]=2

Kurtosis function for a random process:

Out[1]=1
Out[2]=2

Applications  (6)Sample problems that can be solved with this function

Normal distributions have Kurtosis value 3:

Out[1]=1
Out[2]=2

Leptokurtic distributions have kurtosis greater than 3:

Out[3]=3
Out[4]=4
Out[5]=5

Platykurtic distributions have kurtosis less than 3:

Out[6]=6
Out[7]=7

The limiting distribution for BinomialDistribution as is normal:

Out[1]=1
Out[2]=2

The limiting value of the kurtosis is 3:

Out[3]=3

By the central limit theorem, kurtosis of normalized sums of random variables will converge to 3:

Out[2]=2

Define a Pearson distribution with zero mean and unit variance, parameterized by skewness and kurtosis:

Obtain parameter inequalities for Pearson types 1, 4, and 6:

Out[2]=2

The region plot for Pearson types depending on the values of skewness and kurtosis:

Generate a random sample from a ParetoDistribution:

Determine the type of PearsonDistribution with moments matching the sample moments:

Out[5]=5

This time series contains the number of steps taken daily by a person during a period of five months:

Out[2]=2

Average number of steps:

Out[3]=3

Analyze the kurtosis as an indication of consistency of daily steps taken:

Out[4]=4

The histogram of the frequency of daily counts shows that distribution is mesokurtic:

Out[6]=6

Find the skewness for the heights of the children in a class:

Out[2]=2

Kurtosis larger than 3 would indicate a distribution highly concentrated around the mean:

Out[3]=3

Properties & Relations  (5)Properties of the function, and connections to other functions

Kurtosis for data can be computed from CentralMoment:

Out[2]=2
Out[3]=3

Kurtosis for a distribution can be computed from CentralMoment:

Out[2]=2
Out[3]=3
Out[4]=4

Kurtosis is bounded from below by 1, as TemplateBox[{4}, CentralMoment]⩵Expectation[(x-mu)^4]>=Expectation[(x-mu)^2]^2⩵TemplateBox[{2}, CentralMoment]^2:

Out[1]=1
Out[2]=2

Normal distributions have Kurtosis value 3:

Out[1]=1

Approximately normal distributions have Kurtosis values near 3:

Out[2]=2

Plot the PDF for the distribution:

Out[3]=3

Plot the PDF for the normal approximation:

Out[4]=4

Possible Issues  (2)Common pitfalls and unexpected behavior

Kurtosis coefficient is sometimes confused with excess kurtosis coefficient:

The excess kurtosis vanishes for NormalDistribution:

Out[2]=2

Excess kurtosis is defined as Cumulant[dist,4]/Cumulant[dist,2]^2:

Out[4]=4

Kurtosis may be undefined for data:

Out[1]=1
Out[2]=2

Kurtosis may be undefined for a distribution:

Out[3]=3

Neat Examples  (1)Surprising or curious use cases

The distribution of Kurtosis estimates for 20, 100, and 300 samples:

Out[1]=1
Out[2]=2
Wolfram Research (2007), Kurtosis, Wolfram Language function, https://reference.wolfram.com/language/ref/Kurtosis.html (updated 2024).
Wolfram Research (2007), Kurtosis, Wolfram Language function, https://reference.wolfram.com/language/ref/Kurtosis.html (updated 2024).

Text

Wolfram Research (2007), Kurtosis, Wolfram Language function, https://reference.wolfram.com/language/ref/Kurtosis.html (updated 2024).

Wolfram Research (2007), Kurtosis, Wolfram Language function, https://reference.wolfram.com/language/ref/Kurtosis.html (updated 2024).

CMS

Wolfram Language. 2007. "Kurtosis." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2024. https://reference.wolfram.com/language/ref/Kurtosis.html.

Wolfram Language. 2007. "Kurtosis." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2024. https://reference.wolfram.com/language/ref/Kurtosis.html.

APA

Wolfram Language. (2007). Kurtosis. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Kurtosis.html

Wolfram Language. (2007). Kurtosis. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Kurtosis.html

BibTeX

@misc{reference.wolfram_2025_kurtosis, author="Wolfram Research", title="{Kurtosis}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/Kurtosis.html}", note=[Accessed: 30-April-2025 ]}

@misc{reference.wolfram_2025_kurtosis, author="Wolfram Research", title="{Kurtosis}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/Kurtosis.html}", note=[Accessed: 30-April-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_kurtosis, organization={Wolfram Research}, title={Kurtosis}, year={2024}, url={https://reference.wolfram.com/language/ref/Kurtosis.html}, note=[Accessed: 30-April-2025 ]}

@online{reference.wolfram_2025_kurtosis, organization={Wolfram Research}, title={Kurtosis}, year={2024}, url={https://reference.wolfram.com/language/ref/Kurtosis.html}, note=[Accessed: 30-April-2025 ]}