This is documentation for an old release of SciPy (version 0.7.). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.stats.skewtest
-
scipy.stats.skewtest(a, axis=0)
Tests whether the skew is significantly different from a normal
distribution.
The size of the dataset should be >= 8.
Parameters: | a : array
axis : int or None
|
Returns: | (Z-score, :
2-tail Z-probability,
) :
|