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,

) :

Previous topic

scipy.stats.describe

Next topic

scipy.stats.kurtosistest

This Page

Quick search