# Loading data
data(edhec, package = "PerformanceAnalytics")
# Changing the data colnames
names(edhec) = c("CA", "CTA", "DIS", "EM", "EMN",
"ED", "FIA", "GM", "LS", "MA",
"RV", "SS", "FOF")
# Computing the standard errors for
# the two influence functions based approaches
OmegaRatio.SE(edhec, se.method = c("IFiid","IFcorAdapt")[1],
cleanOutliers = FALSE,
fitting.method = c("Exponential", "Gamma")[1])
Run the code above in your browser using DataLab