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.
- axis
int,optional Axis to use if data has more than 1 dimension. Default is 0.
- Returns:
- statistic
floator array_like The Chi^2 test statistic.
- pvalue
floator array_like The two-tailed p-value for the hypothesis test.
- statistic