Skip to content

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