powered by
mean.geometric
mean.stderr
mean.LCL
mean.UCL
# S3 method for geometric mean(x, ...)# S3 method for arithmetic Mean(x, SE = FALSE, SE.control = NULL, ...)# S3 method for stderr mean(x, ...)# S3 method for LCL mean(x, ci = 0.95, ...)# S3 method for UCL mean(x, ci = 0.95, ...)
# S3 method for arithmetic Mean(x, SE = FALSE, SE.control = NULL, ...)
# S3 method for stderr mean(x, ...)
# S3 method for LCL mean(x, ci = 0.95, ...)
# S3 method for UCL mean(x, ci = 0.95, ...)
a vector, matrix, data frame, or time series to calculate the modified mean statistic over
any other passthru parameters
TRUE/FALSE whether to ouput the standard errors of the estimates of the risk measures, default FALSE. Only available for Mean.arithmetic.
Mean.arithmetic
Control parameters for the computation of standard errors. Should be done using the RPESE.control function. Only available for Mean.arithmetic.
RPESE.control
the confidence interval to use
sd mean
sd
mean
# NOT RUN { data(edhec) mean.geometric(edhec[,"Funds of Funds"]) mean.stderr(edhec[,"Funds of Funds"]) mean.UCL(edhec[,"Funds of Funds"]) mean.LCL(edhec[,"Funds of Funds"]) # }
Run the code above in your browser using DataLab