用法:statsmodels.omni_normtest(array) 返回:Return the omnibus test for normality. 范例1: 在这个例子中,我们可以通过使用statsmodels.omni_normtest()方法,我们可以使用chi^2分数计算综合测试的正态性。 # import numpy and statsmodelsimportnumpyasnp