Skip to content

Kurtosis

Kurtosis(list)

gives the Pearson measure of kurtosis for list (a measure of existing outliers).

Kurtosis(dist)

gives the Pearson measure of kurtosis for the distribution dist.

See

Examples

>> Kurtosis({1.1, 1.2, 1.4, 2.1, 2.4})
1.42098

Implementation status

  • ✅ - full supported

Github