$npx skillfedfor your agent

Statistical Hypothesis Testing

Perform rigorous statistical tests including t-tests, ANOVA, chi-square, and non-parametric alternatives to assess whether observed differences are statistically significant. The skill handles independent and paired comparisons, multiple group analysis, categorical independence testing, and includes effect size calculations, confidence intervals, and power analysis to support evidence-based decision-making.

Statistical Hypothesis Testing conducts t-tests, ANOVA, chi-square, and other tests to validate data-driven decisions.

AI-generated summary based on this skill's SKILL.md

299 45 MITupdated by aj-geddes

Decision gist · record as of 2026-03-04

Statistical Hypothesis Testing conducts t-tests, ANOVA, chi-square, and other tests to validate data-driven decisions. Perform rigorous statistical tests including t-tests, ANOVA, chi-square, and non-parametric alternatives to assess whether observed differences are statistically significant. The skill handles independent and paired comparisons, multiple group analysis, categorical independence testing, and includes effect size calculations, confidence intervals, and power analysis to support evidence-based decision-making.

manual: git clone https://github.com/aj-geddes/useful-ai-prompts → cp -r useful-ai-prompts/skills/statistical-hypothesis-testing ~/.claude/skills/statistical-hypothesis-testing
skills/statistical-hypothesis-testing/SKILL.md · version 586ba7b8

Use it when

  • Statistical Hypothesis Testing uses p-value significance testing to quantify the probability that observed results occurred by chance under.
  • Statistical Hypothesis Testing calculates p-values and effect sizes to analyze A/B test results.

Verify before relying

Read SKILL.md below before installing (3 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

aj-geddes/useful-ai-prompts/statistical-hypothesis-testing · repository language: Shell

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I do t-test and ANOVA with Statistical Hypothesis Testing?

Statistical Hypothesis Testing enables you to conduct t-tests for comparing two group means and ANOVA for analyzing multiple groups. Use t-tests to determine if differences between independent or paired samples are statistically significant, and ANOVA to test whether means across three or more groups differ significantly. The skill calculates test statistics and p-values to support your conclusions.

What is p-value significance testing and why does it matter?

Statistical Hypothesis Testing uses p-value significance testing to quantify the probability that observed results occurred by chance under the null hypothesis. A low p-value (typically <0.05) suggests your findings are statistically significant. This metric is central to validating data-driven decisions and determining whether group differences are real or random variation.

How does Statistical Hypothesis Testing analyze A/B test results?

Statistical Hypothesis Testing calculates p-values and effect sizes to analyze A/B test results, helping you determine if observed differences between control and treatment groups are statistically significant. The skill supports comparing group means, computing confidence intervals, and assessing practical significance alongside statistical significance for robust test interpretation.

When should I use parametric vs non-parametric tests?

Statistical Hypothesis Testing guides test selection based on your data characteristics. Use parametric tests like t-tests and ANOVA when data is normally distributed; use non-parametric alternatives like Mann-Whitney U or Kruskal-Wallis when normality assumptions are violated. The skill helps you choose the appropriate test based on data type and distribution properties.

How do I calculate effect sizes and confidence intervals?

Statistical Hypothesis Testing computes effect sizes (such as Cohen's d) and confidence intervals to quantify the magnitude and precision of your findings. These metrics complement p-values by showing practical significance and the range of plausible population values, enabling more complete interpretation of hypothesis test results.

What statistical tests does this skill support for categorical data?

Statistical Hypothesis Testing includes chi-square tests for assessing independence between categorical variables. It also supports multiple testing corrections like Bonferroni to control false positives when conducting many tests, and normality checks via Shapiro-Wilk to verify parametric test assumptions before analysis.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Statistical Hypothesis Testing

Overview

Hypothesis testing provides a framework for making data-driven decisions by testing whether observed differences are statistically significant or due to chance.

Testing Framework

  • Null Hypothesis (H0): No effect or difference exists
  • Alternative Hypothesis (H1): Effect or difference exists
  • Significance Level (α): Threshold for rejecting H0 (typically 0.05)
  • P-value: Probability of observing data if H0 is true

Common Tests

  • T-test: Compare means between two groups
  • ANOVA: Compare means across multiple groups
  • Chi-square: Test independence of categorical variables
  • Mann-Whitney U: Non-parametric alternative to t-test
  • Kruskal-Wallis: Non-parametric alternative to ANOVA

Implementation with Python

```python import pandas as pd import numpy as np from scipy import stats import matplotlib.pyplot as plt

Sample data

group_a = np.random.normal(100, 15, 50) # Mean=100,

(truncated - see the full file via the links below)

File tree — 3 files
skills/statistical-hypothesis-testing/SKILL.md
skills/statistical-hypothesis-testing/scripts/scaffold-analysis.sh
skills/statistical-hypothesis-testing/templates/notebook-template.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Conduct statistical hypothesis tests to validate data-driven decisions”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

data-stats-analysis
by beita6969 · beita6969/ScienceClaw

This skill brings rigorous statistical testing to your LLM workflow using standard Python libraries (scipy, statsmodels, numpy) that execute locally in your environment. Perform t-tests, ANOVA, correlation analysis, multiple testing corrections, and non-parametric tests—all compatible with any LLM provider including GPT, Claude, Gemini, and others.

MITupdated Jun 2026
★ 869repo stars
pywayne-statistics
by wangyendt · wangyendt/wayne-skills

Pywayne Statistics provides a unified library for statistical hypothesis testing across normality assessment, group comparisons, correlation analysis, time series validation, and regression diagnostics. Each test returns consistent result objects with p-values, confidence intervals, and effect sizes, making it straightforward to validate data assumptions and detect significant effects in A/B tests and observational studies.

MITupdated Jul 2026
★ 8repo stars
statsmodels-stats
by beita6969 · beita6969/ScienceClaw

statsmodels-stats provides regression modeling, hypothesis testing, and time series analysis for statistical workflows. Build OLS, logistic, and generalized linear models; run t-tests, ANOVA, and proportion tests; fit ARIMA and VAR models; and perform survival analysis with diagnostic plots and rigorous statistical reporting.

MITupdated Jun 2026
★ 869repo stars
Time Series Analysis
by aj-geddes · aj-geddes/useful-ai-prompts

Time Series Analysis breaks down temporal data into its component parts—trend, seasonality, and residuals—to uncover patterns and make predictions. Use it to forecast future values, detect cyclical behavior, and understand how variables change over time through techniques like ARIMA, exponential smoothing, and decomposition.

MITupdated Mar 2026
★ 299repo stars
clash-detection-analysis
by datadrivenconstruction · datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction

This skill enables automated detection of physical clashes and clearance breaches within BIM models, helping construction teams catch spatial conflicts before they impact the job site. By analyzing element intersections and proximity violations, it supports early problem identification and design coordination workflows.

MITupdated Feb 2026
★ 254repo stars
statistics-verifier
by travisjneuman · travisjneuman/.claude

Statistics Verifier provides structured checklists and frameworks for validating statistical claims, assessing research methodology, and identifying analytical errors. It covers claim verification protocols, red flags in reporting, common statistical pitfalls, significance testing guidance, and causation assessment criteria to help you audit data analysis and fact-check research findings.

MITupdated Jul 2026
★ 85repo stars

More skills statistical-testing (MIT) · Statistical Analysis (NOASSERTION) · Survival Analysis (MIT)

Tags
statistical-inferenceab-testingparametric-testsnonparametric-methodseffect-magnitudesignificance-thresholddata-validationdistribution-analysisvariance-comparison