I'm having issues understanding why these two methods for calculating a portfolios annualized returns aren't matching.
Lets take for example a portfolio comprised of 2 assets.
Now the first way I thought to calculate the portfolio's annualized return is to take the weight of each asset and multiple it by each assets annualized return. So for example (0.5 x 0.15) + (0.5 x 0.05) = 0.1. This is a 10% annualized return for the portfolio over 10 years.
The second way I thought to calculate the portfolio's annualized return was to take the weight of each asset and multiple it by each assets cumulative return. Once we have the portfolio's cumulative return we would then annualize that return to get the portfolios annualized return. So for example (0.5 x 3.0456) + (0.5 x 0.6289) = 1.8372. Then (1 + 1.8372)^(1/10) - 1 = 0.1099. This comes out to a 10.99% annualized return over 10 years, which is different than the answer from the first way.
Why don't these two annualized returns match each other? What am I missing?
