Learn R Programming

PerformanceAnalytics (version 1.4.3541)

mean.geometric: calculate attributes relative to the mean of the observation series given, including geometric, stderr, LCL and UCL

Description

mean.geometric
geometric mean
mean.stderr
standard error of the mean (S.E. mean)
mean.LCL
lower confidence level (LCL) of the mean
mean.UCL
upper confidence level (UCL) of the mean

Usage

"mean"(x, ...)
"mean"(x, ...)
"mean"(x, ci = 0.95, ...)
"mean"(x, ci = 0.95, ...)

Arguments

x
a vector, matrix, data frame, or time series to calculate the modified mean statistic over
ci
the confidence interval to use
...
any other passthru parameters

See Also

sd mean

Examples

Run this code
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