Skip to content

Commit

Permalink
Merge pull request quantopian#99 from carlos-aguayo/patch-2
Browse files Browse the repository at this point in the history
Update Hypothesis Testing.ipynb
  • Loading branch information
Delaney Granizo-Mackenzie authored Jan 11, 2017
2 parents 2e88313 + 0724cd0 commit 999041e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lectures/Hypothesis Testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"\n",
"###Difficulty of Testing\n",
"\n",
"Some hypotheses are easier to test than others. For instance the alternative hypothesis, \"I own more than 10 pairs of shoes.\" and the accompanying null hypothesis that you do not, is easily tested by counting the number of pairs you own. However, you will still not get a perfect answer all the time in this case, as there may be measurement error in the counting, albiet quite small.\n",
"Some hypotheses are easier to test than others. For instance the alternative hypothesis, \"I own more than 10 pairs of shoes.\" and the accompanying null hypothesis that you do not, is easily tested by counting the number of pairs you own. However, you will still not get a perfect answer all the time in this case, as there may be measurement error in the counting, albeit quite small.\n",
"\n",
"On the other hand, the hypothesis, \"The number of insect species is greater than the number of stars in the universe.\" would be more difficult to test and require lots of data gathering.\n",
"\n",
Expand Down Expand Up @@ -828,4 +828,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 999041e

Please sign in to comment.