Calculate the Compound Annual Growth Rate of a strategy.
Examples
if (FALSE) { # \dontrun{
equity <- c(100, 105, 110, 108, 115)
calc_cagr(equity_curve = equity, periods = 252)
} # }
Calculate the Compound Annual Growth Rate of a strategy.
if (FALSE) { # \dontrun{
equity <- c(100, 105, 110, 108, 115)
calc_cagr(equity_curve = equity, periods = 252)
} # }