tezvyn:

Statistical Power: Is Your Test Strong Enough to Find a Real Effect?

AI-drafted, machine-checkedSource: Wikipedia: Statistical powerbeginner

Statistical power is your experiment's ability to detect a real effect. A low-power test is like a fishing net with holes too big—the fish swims right through. This is critical for A/B tests. The footgun is concluding "no effect" from a weak test.

WHY IT EXISTS Statistical power exists to prevent us from being fooled by our own experiments. Without it, we might run a test, see no statistically significant result, and wrongly declare "this doesn't work." Power analysis forces us to ask, "Is my experiment even capable of finding the thing I'm looking for?" It guards against false negatives.

THE MENTAL MODEL Statistical power is your experiment's "strength" or "sensitivity." Imagine you're a detective looking for clues with a magnifying glass. Power is how strong your magnifying glass is. A low-power test is a weak glass that can't reveal small but important clues (a small effect). A high-power test is a strong glass that can spot even subtle evidence. It's the probability of avoiding a Type II error (a false negative).

HOW IT WORKS Power is determined by three main factors. First, the effect size: it's easier to detect a large effect than a small one. Second, the sample size: more data (more users, more trials) increases your power. Third, the significance level (alpha), which is your threshold for declaring a result "significant." To increase power, you typically need to increase your sample size. Before running an experiment, you perform a "power analysis" to determine the minimum sample size needed to have a good chance (e.g., 80% power) of detecting the smallest effect you care about.

WHEN TO USE IT Use power analysis before you run any statistical hypothesis test. It's a fundamental step in experimental design for A/B testing in tech, clinical trials in medicine, and academic research. It helps you budget resources (time, money, users) by ensuring your experiment is large enough to be conclusive.

WHEN NOT TO USE IT Power is a concept for frequentist hypothesis testing. It's less central in other statistical paradigms like Bayesian analysis, which handle evidence differently. You also don't need a formal power analysis for purely exploratory data analysis where you aren't testing a specific, pre-defined hypothesis.

ONE CANONICAL EXAMPLE You want to A/B test a new checkout button to see if it increases conversion by at least 2%. Before launching the test, you run a power analysis. It tells you that to have an 80% chance (power) of detecting a 2% uplift (effect size) with 95% statistical confidence, you need to show the test to 50,000 users. If you only run it on 5,000 users, your test is underpowered and you might miss the 2% uplift even if it's real.

Read the original → en.wikipedia.org

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.