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
Skewness(list)
gives Pearson’s moment coefficient of skewness for
list
(a measure for estimating the symmetry of a distribution).
See
>> Skewness({1.1, 1.2, 1.4, 2.1, 2.4})0.40704