Function finance_math::cagr [] [src]

pub fn cagr(beging_val: f64, end_val: f64, num_of_periods: f64) -> f64

Compound annual growth rate (CAGR) is a business and investing specific term for the geometric progression ratio that provides a constant rate of return over the time period. [1][2] CAGR is not an accounting term, but it is often used to describe some element of the business, for example revenue, units delivered, registered users, etc. CAGR dampens the effect of volatility of periodic returns that can render arithmetic means irrelevant. It is particularly useful to compare growth rates from various data sets of common domain such as revenue growth of companies in the same industry. see definition: http://pages.uoregon.edu/rgp/PPPM613/class8a.htm