Hypothesis Testing

Back to Statistical Inference

A formal procedure for deciding between two competing hypotheses (null and alternative) based on sample data. Tests include t-tests, chi-squared tests, and ANOVA. Controls the probability of false positives (Type I error) via significance level alpha. Fundamental to A/B testing in software engineering.

mathematics-for-cs statistics hypothesis-testing