Skip to content

Commit e306520

Browse files
committed
Minor fix to equation in LawOfLargeNumbers.ipynb
add sqrt to the D(n) equation
1 parent c4d0c2b commit e306520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter4_TheGreatestTheoremNeverTold/LawOfLargeNumbers.ipynb

Lines changed: 1 addition & 1 deletion
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
{

0 commit comments

Comments
 (0)