This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
invest:basic:cagr [2021/02/10 09:21] zhwiki |
invest:basic:cagr [2021/02/27 04:07] (current) zhwiki [CAGR计算公式] |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== CAGR计算公式 ===== | ===== CAGR计算公式 ===== | ||
| + | |||
| + | 设终值为EB(Ending balance),初值为BB(Beginning balance),年数为n(Number of years),则根据 | ||
| + | |||
| + | $$ | ||
| + | EB=BB(1+CAGR)^{n} | ||
| + | $$ | ||
| + | |||
| + | 到达CAGR的计算公式: | ||
| $$ | $$ | ||
| \begin{aligned} | \begin{aligned} | ||
| - | &CAGR=\left(\frac{EB}{BB}\right)^{\frac{1}{n}}-1\\ | + | CAGR &= \left(\frac{EB}{BB}\right)^{\frac{1}{n}}-1\\ |
| - | &\textbf{where:}\\ | + | &=(TG+1)^{\frac{1}{n}}-1 \\ |
| - | &EB = \text{Ending balance}\\ | + | \textbf{其中:}\\ |
| - | &BB = \text{Beginning balance}\\ | + | TG &= \text{总增长率(Total Growth)}\\ |
| - | &n = \text{Number of years} | + | |
| \end{aligned} | \end{aligned} | ||
| $$ | $$ | ||