table.AnnualizedReturns {PerformanceAnalytics}R Documentation

Annualized Returns Summary: Statistics and Stylized Facts

Description

Table of Annualized Return, Annualized Std Dev, and Annualized Sharpe

Usage

table.AnnualizedReturns(R, scale = NA, Rf = 0, geometric = TRUE, digits = 4)

Arguments

R an xts, vector, matrix, data frame, timeSeries or zoo object of asset returns
geometric generate geometric (TRUE) or simple (FALSE) returns, default TRUE
scale number of periods in a year (daily scale = 252, monthly scale = 12, quarterly scale = 4)
Rf risk free rate, in same period as your returns
digits number of digits to round results to

Value

A table of estimates of annualized returns and risk measures

Author(s)

Peter Carl

See Also

Return.annualized
StdDev.annualized
SharpeRatio.annualized

Examples

data(managers)
table.AnnualizedReturns(managers[,1:8])

[Package PerformanceAnalytics version 0.9.9-5 Index]