Hypothesis Tests
Paired Samples T-Test
Compare two matched/repeated measurements from the same subjects.
Both lists must be in matching order and the same length - one value per pair.
Related hypothesis tests
One-Sample T-TestCompare a sample mean to a hypothesized population mean.Independent Two-Sample T-TestCompare the means of two independent groups (Welch's or pooled).One-Sample Z-TestTest a sample mean against a population mean with a known σ.Two-Proportion Z-TestCompare two independent sample proportions.