Skip to content

Commit 5f292ef

Browse files
Tom fixed XXX's spoted by Matt, Sept 30
1 parent 483aca4 commit 5f292ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lectures/imp_sample.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kernelspec:
1919

2020
## Overview
2121

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.
2323

2424
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.
2525

@@ -40,7 +40,7 @@ from scipy.stats import beta
4040

4141
## Mathematical Expectation of Likelihood Ratio
4242

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)$
4444

4545
$$
4646
\ell \left( \omega_t \right) = \frac{f\left(\omega_t\right)}{g\left(\omega_t\right)}
@@ -58,7 +58,7 @@ $$
5858

5959
Our goal is to approximate the mathematical expectation $E \left[ L\left(\omega^t\right) \right]$ well.
6060

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$.
6262
We want to check out how well this holds if we replace $E$ by with sample averages from simulations.
6363

6464
This turns out to be easier said than done because for

0 commit comments

Comments
 (0)