You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/mix_model.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ in conjunction with the `numpy.searchsorted` command to sample from $H$ directly
236
236
See <https://numpy.org/doc/stable/reference/generated/numpy.searchsorted.html> for the
237
237
`searchsorted` function.
238
238
239
-
See the Mr. P Solver video on Monte Carlo simulation to see other applications of this powerful trick: <https://www.google.com/search?client=firefox-b-1-d&q=Mr+P+solver+Monte+Carlo#fpstate=ive&vld=cid:bdcddc9f,vid:U00Kseb6SB4>
239
+
See the [Mr. P Solver video on Monte Carlo simulation](https://www.google.com/search?client=firefox-b-1-d&q=Mr+P+solver+Monte+Carlo#fpstate=ive&vld=cid:bdcddc9f,vid:U00Kseb6SB4) to see other applications of this powerful trick.
240
240
241
241
In the Python code below, we'll use both of our methods and confirm that each of them does a good job of sampling
0 commit comments