Scipy statistical testing starter
A framework for discovering, compiling, and validating reusable skills for scientific agents.
npx -y skills add ma-compbio-lab/SkillFoundry --skill scipy-statistical-testing-starterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.9 KB, 209 tokens by cl100k_base, as published. Nobody here has run it
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
groupandvaluecolumns - 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.statsregression fixture - when you need a machine-readable summary for downstream reporting
Run
./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