¡@

Home 

python Programming Glossary: jb

Python Multiple Linear Regression using OLS code with specific data?

http://stackoverflow.com/questions/7458391/python-multiple-linear-regression-using-ols-code-with-specific-data

test for normality return stats.normaltest self.e def JB self Calculate residual skewness kurtosis and do the JB test.. JB self Calculate residual skewness kurtosis and do the JB test for normality # Calculate residual skewness and kurtosis.. self.e # Calculate the Jarque Bera test for normality JB self.nobs 6 square skew 1 4 square kurtosis 3 JBpv 1 stats.chi2.cdf..