Login
📚 Mostly Harmless Statistics
Chapters ▾
⇩ Download ▾

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 Z=x¯μ0(σn) TI-84: Z-Test t-Test: H0: μ = μ0 H1: μ ≠ μ0 t=x¯μ0(sn) TI-84: T-Test
z-Critical Values Excel: Two-tail: zα/2 = NORM.INV(1–α/2,0,1) Right-tail: z1α = NORM.INV(1–α,0,1) Left-tail: zα = NORM.INV(α,0,1) TI-84: Two-tail: zα/2 = invNorm(1–α/2,0,1) Right-tail: z1α = invNorm(1–α,0,1) Left-tail: zα = invNorm(α,0,1) t-Critical Values Excel: Two-tail: tα/2 =T.INV(1–α/2,df) Right-tail: t1α = T.INV(1–α,df) Left-tail: tα= T.INV(α,df) TI-84: Two-tail: tα/2 = invT(1–α/2,df) Right-tail: t1α = invT(1–α,df) Left-tail: tα = invT(α,df)
Hypothesis Test for One Proportion H0: p = p0 H1: pp0 Z=p^p0(p0q0n) 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.