Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 576 Bytes

File metadata and controls

31 lines (16 loc) · 576 Bytes

Skewness

Skewness(list)

gives Pearson's moment coefficient of skewness for list (a measure for estimating the symmetry of a distribution).

See

Examples

>> Skewness({1.1, 1.2, 1.4, 2.1, 2.4})
0.40704

Implementation status

  • ✅ - full supported

Github