ab-test-statistical-analyzer

Solid

Performs statistical analysis for A/B testing experiments

Testing & QA 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

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

Skill Content

# A/B Test Statistical Analyzer ## Overview Performs statistical analysis for A/B testing experiments. This skill provides rigorous statistical methods to determine experiment validity and significance. ## Capabilities - Sample size calculation - Statistical significance testing - Bayesian analysis - Sequential testing - Multi-armed bandit analysis - Segment analysis - Novelty/primacy effect detection - SRM (Sample Ratio Mismatch) detection - Confidence interval calculation - Power analysis ## Input Schema ```json { "experimentData": { "control": "object", "variants": ["object"] }, "metrics": [{ "name": "string", "type": "conversion|continuous|ratio" }], "analysisType": "frequentist|bayesian|sequential" } ``` ## Output Schema ```json { "results": [{ "metric": "string", "controlValue": "number", "variantValues": ["number"], "pValue": "number", "confidenceInterval": "object", "significant": "boolean" }], "srmCheck": "object", "recommendation": "string" } ``` ## Target Processes - A/B Testing Pipeline - Feature Store Setup ## Usage Guidelines 1. Provide complete experiment data for control and variants 2. Define metrics with appropriate types 3. Select analysis methodology based on requirements 4. Review SRM checks before interpreting results ## Best Practices - Always check for sample ratio mismatch before analysis - Use appropriate statistical tests for metric types - Consider practical significance alongs...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

ab-test-design

Statistical experiment design and analysis capabilities for product experimentation

1,160 Updated today
a5c-ai
Testing & QA Solid

ab-test-analysis

Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and ship/extend/stop recommendations. Use when evaluating experiment results, checking if a test reached significance, interpreting split test data, or deciding whether to ship a variant.

11,809 Updated 1 weeks ago
phuryn
AI & Automation Listed

ab-testing

Designs A/B tests with statistical methodology, sample sizing, and significance analysis covering hypothesis formulation, variant design, and result interpretation. Use when user asks about A/B test, split test, experiment design, hypothesis, statistical significance, sample size, multivariate test, AB 테스트, 실험 설계, or 통계적 유의성.

3 Updated today
Yoodaddy0311
Testing & QA Solid

ab-test-planner

Design statistically rigorous A/B tests for product features, UI changes, onboarding flows, and pricing experiments. Use when asked to set up an experiment, design an A/B test, calculate sample size, or interpret test results. Produces a complete test plan with hypothesis, variant definitions, sample size, duration estimate, guardrail metrics, and a results interpretation guide.

918 Updated 4 days ago
mohitagw15856
Testing & QA Solid

ab-test-setup

When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," or "hypothesis." For tracking implementation, see analytics-tracking.

27,705 Updated today
davila7