Skip to main content

Key concepts

This document introduces key concepts to help you manage your team's experiments efficiently and effectively.

Key Experimentation concepts

Experimentation is a process of testing software variants among randomized user groups to measure outcomes with statistical rigor. The following terms are foundational to understanding and running effective experiments.

TermDefinition
Statistical significanceA measure of whether observed differences in outcomes are likely due to chance or reflect a real effect.
P-valueThe probability of observing results as extreme as the current data, assuming the null hypothesis is true.
Frequentist vs BayesianTwo statistical approaches: Frequentist relies on long-run frequencies, while Bayesian incorporates prior beliefs.
Fixed horizonA testing approach where results are only analyzed after collecting a pre-specified amount of data.
Sequential testingA method allowing results to be checked continuously without inflating false-positive rates.
Multiple comparison correction (MCC)Techniques used to reduce error rates when multiple hypotheses are tested simultaneously.
Sample size calculatorA tool for estimating how many users are needed in a test to detect a meaningful effect with desired confidence.