$npx skillfedfor your agent

data-stats-analysis

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.

Statistical Analysis (Universal) performs hypothesis testing, t-tests, ANOVA, and correlation analysis using Python libraries that work with any LLM provider.

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

869 101 MITupdated by beita6969

Decision gist · record as of 2026-06-08

Statistical Analysis (Universal) performs hypothesis testing, t-tests, ANOVA, and correlation analysis using Python libraries that work with any LLM provider. 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.

manual: git clone https://github.com/beita6969/ScienceClaw → cp -r ScienceClaw/skills/data-stats-analysis ~/.claude/skills/data-stats-analysis
skills/data-stats-analysis/SKILL.md · version 63bb0c6b

Use it when

  • data-stats-analysis applies multiple testing corrections to control false discovery rate (FDR).
  • Yes, data-stats-analysis compares means across groups using t-tests for two-group comparisons, ANOVA for multiple groups.

Verify before relying

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

Same gist for agents: .md · .json

Install

beita6969/ScienceClaw/data-stats-analysis · repository language: TypeScript

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

What statistical analysis python scipy capabilities does data-stats-analysis provide?

data-stats-analysis enables rigorous statistical hypothesis testing and significance analysis using standard Python libraries (scipy, statsmodels, numpy) that run locally in your environment. You can perform t-tests, ANOVA, correlation analysis, non-parametric tests like Mann-Whitney and Kruskal-Wallis, chi-square tests, and normality testing with Shapiro-Wilk—all without cloud dependencies.

How does data-stats-analysis handle multiple testing correction?

data-stats-analysis applies multiple testing corrections to control false discovery rate (FDR), including Bonferroni and other established methods. These corrections adjust p-values when conducting multiple comparisons, helping you avoid false positives and maintain statistical rigor across batch testing scenarios like differential gene expression analysis or cluster enrichment studies.

Can data-stats-analysis compare means across groups?

Yes, data-stats-analysis compares means across groups using t-tests for two-group comparisons, ANOVA for multiple groups, and non-parametric alternatives like Mann-Whitney and Kruskal-Wallis tests when data violates normality assumptions. It also supports post-hoc pairwise comparisons following ANOVA to identify which specific groups differ significantly.

What correlation and relationship analysis does data-stats-analysis support?

data-stats-analysis analyzes correlations and relationships between variables using both Pearson correlation (for linear relationships) and Spearman correlation (for monotonic relationships). These analyses help you detect associations in your data while providing p-values and confidence intervals to assess statistical significance.

Does data-stats-analysis work with any LLM provider?

Yes, data-stats-analysis is compatible with any LLM provider including GPT, Claude, Gemini, and others. It executes statistical tests locally using standard Python libraries, so you maintain full control over your analysis environment without vendor lock-in or cloud dependencies.

Can data-stats-analysis calculate effect sizes and confidence intervals?

data-stats-analysis calculates effect sizes (including Cohen's d) and confidence intervals for statistical results, giving you not just p-values but also practical measures of result magnitude. These metrics help you interpret whether statistically significant findings are also practically meaningful.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Statistical Analysis (Universal)

Overview

This skill enables you to perform rigorous statistical analyses including t-tests, ANOVA, correlation analysis, hypothesis testing, and multiple testing corrections. Unlike cloud-hosted solutions, this skill uses standard Python statistical libraries (scipy, statsmodels, numpy) and executes locally in your environment, making it compatible with ALL LLM providers including GPT, Gemini, Claude, DeepSeek, and Qwen.

When to Use This Skill

  • Compare means between groups (t-tests, ANOVA)
  • Test for correlations between variables
  • Perform hypothesis testing with p-value calculation
  • Apply multiple testing corrections (FDR, Bonferroni)
  • Calculate statistical summaries and confidence intervals
  • Test for normality and distribution fitting
  • Perform non-parametric tests (Mann-Whitney, Kruskal-Wallis)

How to Use

Step 1: Import Required

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

File tree — 1 file
skills/data-stats-analysis/SKILL.md

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 › “Perform statistical hypothesis testing and significance analysis on data”

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

Related skills

Statistical Hypothesis Testing
by aj-geddes · aj-geddes/useful-ai-prompts

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.

MITupdated Mar 2026
★ 299repo stars
statistics
by beita6969 · beita6969/ScienceClaw

This skill guides you through test selection for continuous, categorical, and time-to-event data across different study designs. It includes assumption verification methods, multiple comparison corrections, and effect size benchmarks to ensure rigorous analysis. Follow integrated reporting standards to communicate results with full transparency.

MITupdated Jun 2026
★ 869repo stars
statistical-testing
by beita6969 · beita6969/ScienceClaw

Statistical Testing provides researchers with advanced methods for hypothesis testing, Bayesian inference, survival analysis, time series modeling, and meta-analysis. The skill covers multiple comparison corrections, effect size calculations, and bootstrap/permutation approaches with APA-compliant reporting standards.

MITupdated Jun 2026
★ 869repo stars
data-analysis
by beita6969 · beita6969/ScienceClaw

Data Analysis handles the full workflow of scientific data exploration: load CSV, Excel, or JSON files; identify and remove missing values, duplicates, and outliers; generate distributions and correlation heatmaps; and run parametric or non-parametric tests depending on your data's characteristics. Fit OLS, logistic, or mixed-effects regression models and export publication-ready results with effect sizes and confidence intervals.

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
by synthetic-sciences · synthetic-sciences/openscience

Statsmodels delivers rigorous statistical modeling for regression, generalized linear models, time series, and discrete outcomes. Access comprehensive diagnostics, robust standard errors, influence statistics, and publication-quality inference tables. Ideal for econometrics, causal estimation, and hypothesis testing.

Apache-2.0updated Jul 2026
★ 2,896repo stars

More skills clash-detection-analysis (MIT) · statsmodels-stats (MIT) · statsmodels (MIT)

Tags
local-executionhypothesis-testinggenomics-analysiseffect-sizesparametric-testsnon-parametric-methodsmultiple-comparisonsdata-validation