Skip to content

Commit 664e33f

Browse files
mmckyCopilot
andauthored
Update lectures/scipy.md
Co-authored-by: Copilot <[email protected]>
1 parent 189c948 commit 664e33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/scipy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ over the interval $[0, 400]$ when `μ, σ, β, n, K = 4, 0.25, 0.99, 10, 40`.
476476
```{hint}
477477
:class: dropdown
478478
479-
From `scipy.stats` you can import `lognorm` and then use `lognorm.pdf(x, σ, scale=np.exp(μ)` to get the density $f$.
479+
From `scipy.stats` you can import `lognorm` and then use `lognorm.pdf(x, σ, scale=np.exp(μ))` to get the density $f$.
480480
```
481481

482482
```{exercise-end}

0 commit comments

Comments
 (0)