Skip to content

Commit 4b926c0

Browse files
update Humphrey's suggestions
Co-authored-by: Humphrey Yang <39026988+HumphreyYang@users.noreply.github.com>
1 parent d7ed9ce commit 4b926c0

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
@@ -240,7 +240,7 @@ a uniform distribution on $[0,1]$ and computing $F^{-1}(U)$.
240240
We'll use this fact
241241
in conjunction with the `numpy.searchsorted` command to sample from $H$ directly.
242242

243-
See the [numpy.searchsorted documentation](https://numpy.org/doc/stable/reference/generated/numpy.searchsorted.html) for details on the `searchsorted` function.
243+
See the [`numpy.searchsorted` documentation](https://numpy.org/doc/stable/reference/generated/numpy.searchsorted.html) for details on the `searchsorted` function.
244244

245245
See the [Mr. P Solver video on Monte Carlo simulation](https://www.google.com/search?q=Mr.+P+Solver+video+on+Monte+Carlo+simulation&oq=Mr.+P+Solver+video+on+Monte+Carlo+simulation) to see other applications of this powerful trick.
246246

0 commit comments

Comments
 (0)