Skip to content

Commit

Permalink
fix exercise labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Dec 14, 2023
1 parent 260bdac commit f51796e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lectures/prob_dist.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,12 @@ plt.show()


```{exercise}
:label: prob_ex2
:label: prob_ex3
Using `u.pmf`, check that our definition of the CDF given above calculates the same function as `u.cdf`.
```

```{solution-start} prob_ex2
```{solution-start} prob_ex3
:class: dropdown
```

Expand Down Expand Up @@ -728,7 +728,7 @@ x.mean(), x.var()


```{exercise}
:label: prob_ex3
:label: prob_ex4
Check that the formulas given above produce the same numbers.
```
Expand Down

0 comments on commit f51796e

Please sign in to comment.