8.6 Chapter 8 Formulas
| Hypothesis Test for One Mean Use z-test when σ is given. Use t-test when s is given. If n < 30, population needs to be normal. | Type I Error- Reject H0 when H0 is true. Type II Error- Fail to reject H0 when H0 is false. |
|---|---|
| Z-Test: H0: μ = μ0 H1: μ ≠ μ0 TI-84: Z-Test | t-Test: H0: μ = μ0 H1: μ ≠ μ0 TI-84: T-Test |
| z-Critical Values Excel: Two-tail: = NORM.INV(1–/2,0,1) Right-tail: = NORM.INV(1–,0,1) Left-tail: = NORM.INV(,0,1) TI-84: Two-tail: = invNorm(1–/2,0,1) Right-tail: = invNorm(1–,0,1) Left-tail: = invNorm(,0,1) | t-Critical Values Excel: Two-tail: =T.INV(1–/2,df) Right-tail: = T.INV(1–,df) Left-tail: = T.INV(,df) TI-84: Two-tail: = invT(1–/2,df) Right-tail: = invT(1–,df) Left-tail: = invT(,df) |
| Hypothesis Test for One Proportion H0: p = p0 H1: p ≠ p0 TI-84: 1-PropZTest | Rejection Rules: P-value method: reject H0 when the p-value ≤ . Critical value method: reject H0 when the test statistic is in the critical region (shaded tails). |
Adapted from Mostly Harmless Statistics by Rachel Webb (Portland State University), hosted on LibreTexts (stats.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.