Displays how the probability distribution of returns for index investing changes. With the starting value set to 1, you can see how returns vary by investment horizon.
Enter the index's annual average return and risk. Then press Calculate to see how the return distribution changes. The probability distribution up to the period set in Elapsed Years will be computed. You can also compute returns with leverage applied.
The mode \(mode\) is computed using the formula below.
$$ mode = \exp \left( ( \mu L - 1.5 \sigma ^2 L^2 ) t \right) $$
Here, \(\mu\) is the annual average return, \(\sigma\) is the risk, and \(L\) is the leverage. \(t\) is the elapsed years.
The median \(median\) is computed using the formula below.
$$ median = \exp \left( ( \mu L - 0.5 \sigma ^2 L^2 ) t \right) $$
The 95% confidence interval bounds are from lower \(lower\) to upper \(upper\).
$$ lower = \exp \left( ( \mu L - 0.5 \sigma ^2 L^2 ) t - 1.96 \sigma L \sqrt{t} ) \right) $$
$$ upper = \exp \left( ( \mu L - 0.5 \sigma ^2 L^2 ) t + 1.96 \sigma L \sqrt{t} ) \right) $$