SkewnessKurtosisRatio | R Documentation |
Skewness-Kurtosis ratio is the division of Skewness by Kurtosis.
SkewnessKurtosisRatio(R, ...)
R |
an xts, vector, matrix, data frame, timeSeries or zoo object of asset returns |
... |
any other pass through parameters |
It is used in conjunction with the Sharpe ratio to rank portfolios. The higher the rate the better.
SkewnessKurtosisRatio(R, MAR) = S/K
where S is the skewness and K is the Kurtosis
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University.
Carl Bacon, Practical portfolio performance measurement
and attribution, second edition 2008 p.100
See also package PerformanceAnalytics
.
data(assetReturns) R=assetReturns[, -29] SkewnessKurtosisRatio(R)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.