Four Types of Mean Returns
Computation of arithmetic mean, logarithmic mean, geometric mean, and an approximate geometric mean.
meanReturns4Types(return, robust = FALSE, eff = 0.95)
return
: An xts object or a numeric vector of returnsrobust
: A logical value controlling whether a classical or robust sample mean and standard deviation is computed. Default is FALSEeff
: Normal distribution efficiency of RobStatTM function locScaleM() used for computing a robust location estimatefourMeans numeric values of the four means in the Description
args(meanReturns4Types)
Useful links