Previous topic

Welcome to STAC’s documentation!

Next topic

scipy.stats.shapiro

This Page

Tests for normality

shapiro(x[, a, reta]) Perform the Shapiro-Wilk test for normality.
normaltest(a[, axis]) Tests whether a sample differs from a normal distribution.
kstest(rvs, cdf[, args, N, alternative, mode]) Perform the Kolmogorov-Smirnov test for goodness of fit.