python Programming Glossary: kurtosis
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 self.e def JB self Calculate residual skewness kurtosis and do the JB test for normality # Calculate residual skewness.. JB test for normality # Calculate residual skewness and kurtosis skew stats.skew self.e kurtosis 3 stats.kurtosis self.e # Calculate.. residual skewness and kurtosis skew stats.skew self.e kurtosis 3 stats.kurtosis self.e # Calculate the Jarque Bera test for..
|