calc_annualized: Compounded Annual Rate of Change (not sure the difference)...

View source: R/cagr.R

calc_annualizedR Documentation

Compounded Annual Rate of Change (not sure the difference) (((x(t)/x(t-1)) ** (n_obs_per_yr)) - 1) * 100

Description

Compounded Annual Rate of Change (not sure the difference) (((x(t)/x(t-1)) ** (n_obs_per_yr)) - 1) * 100

Usage

calc_annualized(x, p)

Arguments

p

aranryan/arlodr documentation built on Jan. 21, 2025, 2:11 p.m.