statistics-reference

Statistics Reference for Product Managers

Content Preview
# Statistics Reference for Product Managers

## p-value

The p-value is the probability of observing data at least as extreme as yours if there were no true effect.

- Small p-value means data is less consistent with "no effect".
- It does not tell you the probability that the variant is best.

## Confidence Interval (CI)

A CI gives a plausible range for the true effect size.

- Narrow interval: more precise estimate.
- Wide interval: uncertain estimate.
- If CI includes zero (or no-effect), di
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/statistics-reference.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/experiment-designer/references/statistics-reference.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at product-team/experiment-designer/references/statistics-reference.md

Related Skills