Skip to content

Commit 6574942

Browse files
authored
Update lectures/prob_dist.md
1 parent b388345 commit 6574942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/prob_dist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ u = scipy.stats.poisson(λ)
302302
u.mean(), u.var()
303303
```
304304

305-
The expectation of Poisson distribution is $\lambda$ and the variance is also $\lambda$.
305+
The expectation of the Poisson distribution is $\lambda$ and the variance is also $\lambda$.
306306

307307
Here's the PMF:
308308

0 commit comments

Comments
 (0)