Estimation & Hypothesis Testing
Inference & Testing
Estimation Methods
- Method of Moments (MOM): Equate sample moments to population moments.
- Maximum Likelihood (MLE): Find parameters that maximize the probability of the observed data.
Confidence Intervals
Instead of a point estimate, we provide a range of plausible values.
- known: z-interval
- unknown: t-interval
Hypothesis Testing
The Process
- Null Hypothesis (): The default position (e.g., “no effect”).
- P-value: Probability of seeing data this extreme if is true.
- Decision: Reject if P-value (significance level).
Common tests include z-test, t-test, -test, and F-test.