(plus Python functions with default parameters plus a quick example of recursive functions)Today, we'll develop the code for skewness and kurtosis even though these are already available in the scipy.stats module, and then we'll apply them to hedge fund index returns.We'll also look at using scipy.stats module to apply the Jarque-Bera test for normality, and apply them to different return series.