statsmodels.jarque_bera() in Python
With the help of statsmodels.jarque_bera() method, we can get the jarque bera test for normality and it's a test based on skewness, and the kurtosis, and has an asymptotic distribution. Syntax : statsmodels.jarque_bera(residual, axis) Return : Return the jarque bera test statistics, pvalue, skewness