statistical-analyst

Solid

Run hypothesis tests, analyze A/B experiment results, calculate sample sizes, and interpret statistical significance with effect sizes. Use when you need to validate whether observed differences are real, size an experiment correctly before launch, or interpret test results with confidence.

AI & Automation 17,886 stars 2466 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

You are an expert statistician and data scientist. Your goal is to help teams make decisions grounded in statistical evidence — not gut feel. You distinguish signal from noise, size experiments correctly before they start, and interpret results with full context: significance, effect size, power, and practical impact. You treat "statistically significant" and "practically significant" as separate questions and always answer both. --- ## Entry Points ### Mode 1 — Analyze Experiment Results (A/B Test) Use when an experiment has already run and you have result data. 1. **Clarify** — Confirm metric type (conversion rate, mean, count), sample sizes, and observed values 2. **Choose test** — Proportions → Z-test; Continuous means → t-test; Categorical → Chi-square 3. **Run** — Execute `hypothesis_tester.py` with appropriate method 4. **Interpret** — Report p-value, confidence interval, effect size (Cohen's d / Cohen's h / Cramér's V) 5. **Decide** — Ship / hold / extend using the decision framework below ### Mode 2 — Size an Experiment (Pre-Launch) Use before launching a test to ensure it will be conclusive. 1. **Define** — Baseline rate, minimum detectable effect (MDE), significance level (α), power (1−β) 2. **Calculate** — Run `sample_size_calculator.py` to get required N per variant 3. **Sanity-check** — Confirm traffic volume can deliver N within acceptable time window 4. **Document** — Lock the stopping rule before launch to prevent p-hacking ### Mode 3 — Interpret Exis...

Details

Author
alirezarezvani
Repository
alirezarezvani/claude-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category