What problem does it solve? Choosing the wrong statistical test, ignoring assumptions, or reporting p-values without effect sizes leads to invalid conclusions. This Skill guides rigorous applied inference — from test selection and assumption checks to experiment design and causal estimation — so analyses are reproducible and claims match what the data supports. ## Core Features & Use Cases - Test Selection & Execution: A decision guide maps your data and design to the right test (t-tests, ANOVA, chi-square, Mann–Whitney, bootstrap) with concrete scipy.stats and statsmodels functions. - A/B Testing & Experiment Design: Power and sample-size calculation, randomization unit selection, guardrail metrics, peeking control, and sample-ratio mismatch checks. - Causal Inference: DAG-based confounder identification and estimation strategies including matching, IPW, difference-in-differences, instrumental variables, and regression discontinuity. - Use Case: You ran an A/B test on a checkout flow. Use this Skill to verify the sample size was adequate, run a two-proportion z-test, report the effect size with a confidence interval, and check for sample-ratio mismatch before declaring a winner. ## Quick Start Ask the AI to determine which statistical test is appropriate for comparing conversion rates between two experiment groups and to run the analysis with effect size and confidence interval.