2026-03-01
Today
- Hypothesis Testing and Confidence Intervals
- Top Hat QuizNext class
- Lab 3 completionAnnouncements
- CASA Registration
- No class next Monday or Tuesday (March 10)
- I will record a midterm review and post an online pre-midterm quiz **for points**A falsifiable statement about what we believe will happen based on the theory we are trying to test.
alternative hypothesis or H1
null hypothesis or H0
NO!!!!
How do we get from a sample with a correlation to talking about testing a hypothesis for a population?
The 68-95-99.7 Rule
+ Allows us to estimate probability based on distance from the mean
+ Applies to normal distribution
+ Basis for the actual decision rules
68-95-99.7 rule
We can now bridge the gap between probability distributions and our sample data.
CLT ties our sample means to the normal distribution
Sample stats are unbiased estimators of population parameters
They are only point estimates, so we construct a confidence interval
confidence interval a range of values around the point estimate that we are X% confident contains the true population parameter
we need three pieces of information:
- point estimate = sample statistics
- standard error = the standard deviation of the sampling distribution
- critical value derived from our desired confidence level - for normal distribution this is a z-score
- For 95% confidence, the critical z is 1.96The general formula for a confidence interval is:
\[CI = \bar{x} \pm z \left( \frac{s}{\sqrt{n}} \right)\]
## CI of the variance
\[\frac{(n-1)s^2}{\chi^2_{\alpha/2}} \le \sigma^2 \le \frac{(n-1)s^2}{\chi^2_{1-\alpha/2}}\] - This use the Chi Square distribution which we will discuss after midterm
\[\sqrt{\frac{(n-1)s^2}{\chi^2_{\alpha/2}}} \le \sigma \le \sqrt{\frac{(n-1)s^2}{\chi^2_{1-\alpha/2}}}\] - Also uses the Chi-square distribution
Stephen Moore code used to simulate the Law of Large Numbers
68-95-99 rule graphic Source:https://towardsdatascience.com/understanding-the-68-95-99-7-rule-for-a-normal-distribution-b7b7cbf760c2
Author: Tom Hanna
Website: tomhanna.me
License: This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.</>
UH POLS3316, Spring 2026, Instructor: Tom Hanna