Description Usage Arguments Details Value Examples
View source: R/returns_annualized.R
Returns the annualized returns of a data returns data
1 | returns.cal(R1, freq = 252, geometric = TRUE)
|
R1 |
Returns dataset as xts |
freq |
The periodicity of the dataset, Default: 252 |
geometric |
Boolean to control the geometric returns and mean annualized returns, Default: TRUE |
An annualized total return is the geometric average amount of money earned by an investment each year over a given time period.
Gives annualized returns of data
1 | returns.cal(funds$ret1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.