🧮  Statistical Power

Statistical Power#

The probability of detecting a true effect when one exists.

Important

✨ AI-generated content. This page was written with the assistance of an AI language model and is provided as a learning aid. Despite careful review, it may still contain mistakes, omissions, or out-of-date information. Whether you are new to the topic, a team lead, or a senior practitioner, treat it as a starting point rather than an authoritative reference: read it critically and independently verify anything you act on (code, commands, figures, and factual claims) against official documentation and primary sources before relying on it.

What it is#

Statistical power is the probability that a test correctly detects a real effect — that it rejects the null hypothesis when the null is genuinely false. Formally it is \(1 - \beta\), where \(\beta\) is the Type II error (false-negative) rate.

What it depends on#

Power rises with larger effect sizes, bigger samples, a looser significance level \(\alpha\), and lower variance. Researchers conventionally target 0.80 — an 80% chance of catching a true effect — and solve for the sample size that achieves it via power analysis.

Why it matters#

An underpowered study is likely to miss true effects and produces findings that don’t replicate; power is the guard against false negatives, the complement of the \(\alpha\) that guards against false positives. Too much power on a huge sample flips the risk — flagging trivial effects as significant, which is why effect size is reported alongside significance.


Theme: Statistical Inference & Power  ·  All terminology



See also

Source article Adapted (context, re-expressed) in our own words from: Statistical Power (insightful-data-lab.com).

Tags: purpose: reference topic: terminology level: beginner