Skip to content

Commit 3018ce8

Browse files
committed
Remove word
1 parent 35174d2 commit 3018ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter4_TheGreatestTheoremNeverTold/LawOfLargeNumbers.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"\n",
291291
"Often data comes in aggregated form. For instance, data may be grouped by state, county, or city level. Of course, the population numbers vary per geographic area. If the data is an average of some characteristic of each the geographic areas, we must be conscious of the Law of Large Numbers and how it can *fail* for areas with small populations.\n",
292292
"\n",
293-
"We will observe this on a toy dataset. Suppose there are five thousand counties in our dataset. Furthermore, population number in each state are uniformly distributed between 100 and 1500. The way the population numbers are generated is irrelevant to the discussion, so we do not justify this. We are interested in measuring the average height of individuals per county. Unbeknownst to the us, height does **not** vary across county, and each individual, regardless of the county he or she is currently living in, has the same distribution of what their height may be:\n",
293+
"We will observe this on a toy dataset. Suppose there are five thousand counties in our dataset. Furthermore, population number in each state are uniformly distributed between 100 and 1500. The way the population numbers are generated is irrelevant to the discussion, so we do not justify this. We are interested in measuring the average height of individuals per county. Unbeknownst to us, height does **not** vary across county, and each individual, regardless of the county he or she is currently living in, has the same distribution of what their height may be:\n",
294294
"\n",
295295
"$$ \\text{height} \\sim \\text{Normal}(150, 15 ) $$\n",
296296
"\n",

0 commit comments

Comments
 (0)