Computes the skewness of a data set.
For normally distributed data, the skewness should be about 0. A skewness value > 0 means that there is more weight in the left tail of the distribution. The function skewtest() can be used to determine if the skewness value is close enough to 0, statistically speaking.
Parameters: | a : array axis : int or None bias : bool
|
---|---|
Returns: | The skewness of values along an axis, returning 0 where all values are : equal. : |
References
[CRCProbStat2000] section 2.2.24.1