statsmodels.stats.stattools.omni_normtest# statsmodels.stats.stattools.omni_normtest(resids, axis=0)[source]# Omnibus test for normality Parameters: residsarray_likeData to test for normality. axisint, optionalAxis to use if data has more than 1 dimension. Default is 0. Returns: statisticfloat or ndarrayThe Chi^2 test statistic. pvaluefloat or ndarrayThe two-tailed p-value for the hypothesis test.