statsmodels.stats.stattools.omni_normtest#

statsmodels.stats.stattools.omni_normtest(resids, axis=0)[source]#

Omnibus test for normality

Parameters:
residsarray_like

Data to test for normality.

axisint, optional

Axis to use if data has more than 1 dimension. Default is 0.

Returns:
statisticfloat or array_like

The Chi^2 test statistic.

pvaluefloat or array_like

The two-tailed p-value for the hypothesis test.