Skip to content

Commit 77881b7

Browse files
update probability matrix lecture
Co-authored-by: Humphrey Yang <39026988+HumphreyYang@users.noreply.github.com>
1 parent 67c3a4b commit 77881b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/mix_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Here is pseudo code for a direct "method 1" for drawing from our compound lotter
229229
* put the first two steps in a big loop and do them for each realization of $w$
230230

231231

232-
Our second method uses a uniform distribution and the following fact that we also described and used in the [quantecon lecture on elementary probability with matrices](https://python.quantecon.org/prob_matrix.html):
232+
Our second method uses a uniform distribution and the following fact that we also described and used in {doc}`prob_matrix`:
233233

234234
* If a random variable $X$ has c.d.f. $F$, then a random variable $F^{-1}(U)$ also has c.d.f. $F$, where $U$ is a uniform random variable on $[0,1]$.
235235

0 commit comments

Comments
 (0)