statistical-analyst

Analyze hypothesis tests, confidence intervals, and sample sizes for A/B comparisons.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill statistical-analyst-veloxia-agency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statistical-analyst
Source: https://github.com/Veloxia-agency/VELOXIA-WEB/tree/main/.claude/skills/engineering/statistical-analyst/skills/statistical-analyst
Command: npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill statistical-analyst-veloxia-agency

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps teams determine whether an observed change is real, how large the effect is, and whether an experiment was sized well enough to be conclusive.

Core Features & Use Cases

  • Experiment Analysis: Compare control and treatment results for conversion rates, means, or categorical outcomes.
  • Sample Size Planning: Calculate how many users or observations are needed before launching an A/B test.
  • Confidence Reporting: Compute uncertainty bounds and translate results into practical business impact.
  • Use Case: A product team can validate a conversion lift, check significance, estimate power, and decide whether to ship, extend, or stop a test.

Quick Start

Ask the statistical analyst skill to evaluate my A/B test results and tell me whether the change is statistically and practically significant.

Frequently Asked Questions about statistical-analyst

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate the sample size needed for an A/B test before launching it?

A/B test sample size planning requires calculating the required observations based on expected effect size, desired statistical power, and significance level. This Skill performs power calculations to estimate exactly how many users are needed before launch to ensure conclusive results.

How do I know if my A/B test results are statistically and practically significant?

Determining statistical and practical significance involves running hypothesis tests like proportion or chi-square tests to evaluate p-values and effect sizes. This Skill analyzes control and treatment comparisons, translating uncertainty bounds into clear business impact decisions.

What is the difference between effect size and confidence intervals in experiment analysis?

Effect size measures the magnitude of the difference between groups, while confidence intervals provide a range of values likely to contain the true effect. This Skill computes both to help teams validate conversion lifts and estimate uncertainty risks.

Can I use hypothesis testing for categorical comparisons in marketing analytics?

Hypothesis testing applies to categorical comparisons in marketing and product analytics through chi-square tests and proportion testing. This Skill supports these scenarios to help teams interpret significance and decide whether to ship, extend, or stop a test.

When should I stop an A/B test due to insufficient power?

You should stop an A/B test when power analysis reveals the sample size is too small to detect a meaningful effect size. This Skill evaluates experimental risks and validates whether an experiment was sized well enough to be conclusive.