What problem does it solve?
This Skill helps teams evaluate A/B and split-test results with statistical rigor so they can decide whether to ship, extend, or stop a variant without guessing.
Core Features & Use Cases
- Statistical validation: Compute conversion rates, relative lift, p-values (two-tailed z-test / chi-squared), and 95% confidence intervals for control and variant groups.
- Power & sample checks: Validate sample size against expected MDE using the n = (Z²α/2 × 2 × p × (1-p)) / MDE² formula and flag underpowered tests.
- Operational guidance: Detect sample ratio mismatch, novelty/primacy effects, check guardrail metrics, and translate results into ship/extend/stop/investigate recommendations.
- Reproducible analysis: Generate Python scripts to run calculations when raw CSV or analytics exports are provided and produce a concise results summary for stakeholders.
Quick Start
Analyze the attached experiment CSV to compute conversion rates, p-values, confidence intervals, and receive a ship/extend/stop recommendation.