powered by
SkewnessKurtosisRatio(R, ...)
$$SkewnessKurtosisRatio(R , MAR) = \frac{S}{K}$$
where $S$ is the skewness and $K$ is the Kurtosis
data(portfolio_bacon) print(SkewnessKurtosisRatio(portfolio_bacon[,1])) #expected -0.034 data(managers) print(SkewnessKurtosisRatio(managers['1996'])) print(SkewnessKurtosisRatio(managers['1996',1]))
Run the code above in your browser using DataLab