This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Tests whether the skew is different from the normal distribution.
This function tests the null hypothesis that the skewness of the population that the sample was drawn from is the same as that of a corresponding normal distribution.
Parameters : | a : array axis : int or None |
---|---|
Returns : | z-score : float
p-value : float
|
Notes
The sample size must be at least 8.