Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/lectures/Hypothesis_Testing/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"\n",
"* In a 'less than or equal to' hypothesis test, the $p$-value is $1 - CDF(\\text{Test Statistic})$\n",
"* In a 'greater than or equal to' hypothesis test, the $p$-value is $CDF(\\text{Test Statistic})$\n",
"* In a 'not equal to' hypothesis test, the $p$-value is $2 * 1 - CDF(|\\text{Test Statistic}|)$\n",
"* In a 'not equal to' hypothesis test, the $p$-value is $2 * \\left(1 - CDF(|\\text{Test Statistic}|)\\right)$\n",
"\n",
"Significance values tie very nicely into confidence intervals, which are covered more in-depth in our [confidence intervals lecture](https://www.quantopian.com/lectures/confidence-intervals). A confidence interval provides us with an estimate for a parameter's possible range in values given a certain significance level. For example, if our $99\\%$ confidence interval for the mean of MSFT returns was $(-0.0020, 0.0023)$, that would mean that there was a $99\\%$ chance that the true value of the mean was within that interval."
]
Expand Down