VolatilitySkewness: Volatility and variability of the return distribution
Description
Volatility skewness is a similar measure to omega but using the second
partial moment. It's the ratio of the upside variance compared to the
downside variance. Variability skewness is the ratio of the upside risk
compared to the downside risk.
Usage
VolatilitySkewness(R, MAR = 0, stat = c("volatility", "variability"))
Arguments
R
an xts, vector, matrix, data frame, timeSeries or zoo object of
asset returns
MAR
Minimum Acceptable Return, in the same periodicity as your
returns
stat
one of "volatility", "variability" indicating whether
to return the volatility skewness or the variability skweness
Author
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University.