Skip to content

Commit 6958bbf

Browse files
Merge pull request CamDavidsonPilon#85 from isofer/master
Minor fix to equation in LawOfLargeNumbers.ipynb
2 parents 25ce4ad + e306520 commit 6958bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chapter4_TheGreatestTheoremNeverTold/LawOfLargeNumbers.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"\n",
143143
"i.e., we consider the average\n",
144144
"\n",
145-
"$$ \\frac{1}{N_Y} \\sum_{k=1}^{N_Y} Y_k \\approx D(N) $$ where $N_Y$ is some suitably large number."
145+
"$$ \\sqrt{\\frac{1}{N_Y} \\sum_{k=1}^{N_Y} Y_k} \\approx D(N) $$ where $N_Y$ is some suitably large number."
146146
]
147147
},
148148
{
@@ -1179,4 +1179,4 @@
11791179
"metadata": {}
11801180
}
11811181
]
1182-
}
1182+
}

0 commit comments

Comments
 (0)