statistical-analysis

Analyze SWARM experimental data with hypothesis tests and multiple-comparison corrections.

39|4|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/swarm --skill statistical-analysis-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statistical-analysis
Source: https://github.com/swarm-ai-research/swarm/tree/main/bench/skills/statistical-analysis
Command: npx skills add https://github.com/swarm-ai-research/swarm --skill statistical-analysis-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires scipy, pandas, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complex challenge of analyzing SWARM experiment data with a focus on rigorous statistical analysis, helping users understand and interpret results accurately.

Core Features & Use Cases

  • Statistical Analysis: Perform comprehensive statistical tests, including hypothesis tests, effect sizes, and multiple-comparison corrections.
  • Data Normalization: Load and normalize data from SWARM sweep or multi-seed experiments.
  • Use Case: Imagine you are a researcher analyzing the effects of different tax rates on welfare outcomes in a SWARM experiment. This Skill can help you compute pairwise Welch's t-tests, Cohen's d effect sizes, and apply Bonferroni corrections to your results.

Quick Start

Execute the 'analyze_csv.py' script to analyze SWARM sweep data with statistical methods. Provide the path to the CSV and output directory as arguments.

Frequently Asked Questions about statistical-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run statistical analysis on SWARM experiment data?

To run statistical analysis on SWARM experiment data, execute the 'analyze_csv.py' script and provide the path to your CSV and an output directory as arguments. The script performs data normalization, hypothesis testing, and multiple-comparison corrections.

What statistical tests are available for analyzing SWARM data?

Statistical tests available for analyzing SWARM data include pairwise Welch's t-tests for hypothesis testing, Cohen's d for effect sizes, and Bonferroni corrections for multiple comparisons. These tests ensure rigorous safety assessment and governance evaluation.

Do I need pandas and scipy to normalize SWARM sweep data?

Yes, you need pandas, scipy, and numpy installed to normalize SWARM sweep data. These dependencies are required to load multi-seed experiment data and compute the statistical evaluations correctly.

How do I calculate effect size and apply multiple-comparison corrections for experimental data?

To calculate effect size and apply multiple-comparison corrections for experimental data, use the Skill to compute Cohen's d and apply Bonferroni corrections. This normalizes data and validates hypothesis testing results accurately.

Does this statistical analysis approach work with multi-seed welfare outcome experiments?

Yes, this statistical analysis approach works with multi-seed welfare outcome experiments. It loads and normalizes data from SWARM multi-seed sweeps to evaluate different parameters like tax rates using rigorous statistical methods.