WLJS LogoWLJS Notebook

Kurtosis

Kurtosis[data] gives the coefficient of kurtosis for the elements in data.

  • Kurtosis[dist] gives the coefficient of kurtosis for the distribution dist.

Examples

Kurtosis[{1, 2, 3, 4, 5}]
Kurtosis[NormalDistribution[]]

Please visit the official Wolfram Language Reference for more details.

On this page