kurtosis

Compute the kurtosis.

Syntax

Description

Compute the kurtosis of all the observations. For a random variable X, its kurtosis is,

kurtosis=E[(Xμ)4]σ4

Where μ=E(X) and σ=D(X).

And its observation is

kurtosis=i=1n(xix¯)4n1s4

where xi,i=1,2,,n represents the i-th observed value, and

x¯=1ninxi,s=1ni=1n(xix¯)

Examples

Input Arguments

x —— A N-D array of observations.

For an n-by-m array, it indicates n observations with m features.

Properties of Arguments

Name of the parametersIs optional?Source, dialog or input port?
xNoInput port

References

[1] "Measures of Skewness and Kurtosis," Online, https://www.itl.nist.gov/div898/handbook/eda/section3/eda35b.htm.