Skip to content

Commit f51796e

Browse files
committed
fix exercise labels
1 parent 260bdac commit f51796e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lectures/prob_dist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@ plt.show()
284284

285285

286286
```{exercise}
287-
:label: prob_ex2
287+
:label: prob_ex3
288288
289289
Using `u.pmf`, check that our definition of the CDF given above calculates the same function as `u.cdf`.
290290
```
291291

292-
```{solution-start} prob_ex2
292+
```{solution-start} prob_ex3
293293
:class: dropdown
294294
```
295295

@@ -728,7 +728,7 @@ x.mean(), x.var()
728728

729729

730730
```{exercise}
731-
:label: prob_ex3
731+
:label: prob_ex4
732732
733733
Check that the formulas given above produce the same numbers.
734734
```

0 commit comments

Comments
 (0)