statistical-analysis

Run t-tests, chi-square, ANOVA, and report p-values with effect sizes.

4|1|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-ai-data-scientist --skill statistical-analysis-pluginagentmarketplace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statistical-analysis
Source: https://github.com/pluginagentmarketplace/custom-plugin-ai-data-scientist/tree/main/skills/statistical-analysis
Command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-ai-data-scientist --skill statistical-analysis-pluginagentmarketplace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, scipy, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Statistical analysis is essential for validating findings, comparing groups, and designing experiments with confidence, reducing guesswork in data-driven decisions.

Core Features & Use Cases

  • Descriptive statistics, hypothesis testing (t-test, chi-square, ANOVA), correlation, and distribution analysis.
  • Confidence intervals, effect sizes, and interpretation to quantify uncertainty.
  • Quick Start use: A/B testing design and analysis for experiments, quality checks, and research.

Quick Start

Run a two-sample t-test on two numeric samples and report the p-value and Cohen's d.

Frequently Asked Questions about statistical-analysis

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

FAQPage Schema
How do I run an A/B testing analysis and calculate p-values and effect size?

A/B testing analysis uses a two-sample t-test to compare numeric samples, reporting p-values for significance and Cohen's d to quantify the effect size. This validates whether differences between variants are statistically meaningful.

What statistical tests are available for hypothesis testing and comparing multiple groups?

Hypothesis testing supports t-tests for comparing means, chi-square for categorical data, and ANOVA for comparing multiple groups. These tests help validate findings and determine whether observed differences across datasets are statistically significant.

How do I calculate confidence intervals and check normality for my dataset?

Confidence intervals are calculated to estimate the range of uncertainty around a parameter, while normality checks verify distribution assumptions. Both are essential steps in experimental design to ensure your statistical inference is valid.

Does this statistical analysis workflow work with numpy and scipy?

Yes, the statistical analysis workflow is built on numpy and scipy, leveraging these dependencies for efficient numerical computation. It applies scipy's statistical functions to execute t-tests, ANOVA, and distribution analysis across datasets.

What's the best way to design experiments and interpret correlation analysis results?

Experimental design is best approached by defining hypothesis tests upfront, then using correlation analysis to measure relationships between variables. Interpreting these correlations alongside confidence intervals quantifies uncertainty in your data-driven decisions.

When should I use ANOVA instead of multiple t-tests for my data analysis?

ANOVA should be used instead of multiple t-tests when comparing three or more groups, as it controls the error rate across comparisons. This reduces guesswork in data-driven decisions while providing accurate effect size calculations.