@@ -19,7 +19,7 @@ kernelspec:
|
19 | 19 | |
20 | 20 | ## Overview |
21 | 21 | |
22 | | -In this lecture {doc}`this lecture <likelihood_ratio_process>` we described a peculiar property of a likelihood ratio process, namely, that it's mean equals one for all $t \geq 0$ despite it's converging to zero almost surely. |
| 22 | +In {doc}`this lecture <likelihood_ratio_process>` we described a peculiar property of a likelihood ratio process, namely, that it's mean equals one for all $t \geq 0$ despite it's converging to zero almost surely. |
23 | 23 | |
24 | 24 | While it is easy to verify that peculiar properly analytically (i.e., in population), it is challenging to use a computer simulation to verify it via an application of a law of large numbers that entails studying sample averages of repeated simulations. |
25 | 25 | |
@@ -40,7 +40,7 @@ from scipy.stats import beta
|
40 | 40 | |
41 | 41 | ## Mathematical Expectation of Likelihood Ratio |
42 | 42 | |
43 | | -In lecture XXXX, we studied a likelihood ratio $\ell \left(\omega_t\right)$ |
| 43 | +In {doc}`this lecture <likelihood_ratio_process>`, we studied a likelihood ratio $\ell \left(\omega_t\right)$ |
44 | 44 | |
45 | 45 | $$ |
46 | 46 | \ell \left( \omega_t \right) = \frac{f\left(\omega_t\right)}{g\left(\omega_t\right)} |
@@ -58,7 +58,7 @@ $$
|
58 | 58 | |
59 | 59 | Our goal is to approximate the mathematical expectation $E \left[ L\left(\omega^t\right) \right]$ well. |
60 | 60 | |
61 | | -In Quantecon Lecture XXXX, we showed that $E \left[ L\left(\omega^t\right) \right]$ equals $1$ for all $t$. |
| 61 | +In {doc}`this lecture <likelihood_ratio_process>`, we showed that $E \left[ L\left(\omega^t\right) \right]$ equals $1$ for all $t$. |
62 | 62 | We want to check out how well this holds if we replace $E$ by with sample averages from simulations. |
63 | 63 | |
64 | 64 | This turns out to be easier said than done because for |
|