For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Term
Definition

A measure of whether observed differences in outcomes are likely due to chance or reflect a real effect.

The probability of observing results as extreme as the current data, assuming the null hypothesis is true.

Two statistical approaches: Frequentist relies on long-run frequencies, while Bayesian incorporates prior beliefs.

A testing approach where results are only analyzed after collecting a pre-specified amount of data.

A method allowing results to be checked continuously without inflating false-positive rates.

Techniques used to reduce error rates when multiple hypotheses are tested simultaneously.

A tool for estimating how many users are needed in a test to detect a meaningful effect with desired confidence.

Last updated

Was this helpful?