src/skills/data_science/hypothesis_testing/SKILL.md
Formulate and test research hypotheses
npx skillsauth add sadjad6/open-autonomous-research-lab hypothesis_testingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Formulate and test research hypotheses
When answering specific research questions
scipy, statsmodels
from src.skills.data_science.hypothesis_testing import Skill
skill = Skill()
result = await skill.run(SkillInput(data={"key": "value"}))
Report effect sizes alongside p-values
tools
Generate scatter plot visualizations
testing
Generate publication-quality charts
tools
Generate pie chart visualizations
tools
Generate line chart visualizations