diff --git a/lectures/lln_clt.md b/lectures/lln_clt.md index 853f2e60..7e7676ce 100644 --- a/lectures/lln_clt.md +++ b/lectures/lln_clt.md @@ -78,7 +78,9 @@ print(X) ``` In this setting, the LLN tells us if we flip the coin many times, the fraction -of heads that we see will be close to the mean $p$. We use $n$ to represent the number of times the coin is flipped. +of heads that we see will be close to the mean $p$. + +We use $n$ to represent the number of times the coin is flipped. Let's check this: