8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260bdac commit f51796eCopy full SHA for f51796e
lectures/prob_dist.md
@@ -284,12 +284,12 @@ plt.show()
284
285
286
```{exercise}
287
-:label: prob_ex2
+:label: prob_ex3
288
289
Using `u.pmf`, check that our definition of the CDF given above calculates the same function as `u.cdf`.
290
```
291
292
-```{solution-start} prob_ex2
+```{solution-start} prob_ex3
293
:class: dropdown
294
295
@@ -728,7 +728,7 @@ x.mean(), x.var()
728
729
730
731
-:label: prob_ex3
+:label: prob_ex4
732
733
Check that the formulas given above produce the same numbers.
734
0 commit comments