Use this skill to run a small deterministic hypothesis-testing workflow over two toy groups and summarize the results.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ma-compbio-lab/SkillFoundry --skill scipy-statistical-testing-starter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Scipy Statistical Testing Starter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ma-compbio-lab-scipy-statistical-testing-starter)More formats (shields.io, HTML) on the badges page.
# SciPy Statistical Testing Starter
Use this skill to run a small deterministic hypothesis-testing workflow over two toy groups and summarize the results.
## What This Skill Does
- reads a tiny tabular dataset with `group` and `value` columns
- computes per-group means
- runs Welch's t-test and Mann-Whitney U
- reports p-values, effect size, and the higher-mean group
## When To Use It
- when you need a starter for `statistical-testing`
- when you want a small `scipy.stats` regression fixture
- when you need a machine-readable summary for downstream reporting
## Run
```bash
./slurm/envs/statistics/bin/python skills/statistical-and-machine-learning-foundations-for-science/scipy-statistical-testing-starter/scripts/run_scipy_statistical_testing.py --input skills/statistical-and-machine-learning-foundations-for-science/scipy-statistical-testing-starter/examples/toy_groups.tsv --out scratch/statistics/scipy_statistical_testing_summary.json
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!