Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 636 Bytes

File metadata and controls

36 lines (20 loc) · 636 Bytes

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