Agent skill

statistical-analysis

Apply statistical methods including descriptive stats, trend analysis, outlier detection, and hypothesis testing. Use when analyzing distributions, testing for significance, detecting anomalies, computing correlations, or interpreting statistical results.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill statistical-analysis-yongjianwan-agentskill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/analysis/statistical-analysis-yongjianwan-agentskill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Statistical Analysis Skill Descriptive statistics, trend analysis, outlier detection, hypothesis testing, and guidance on when to be cautious about statistical claims. ## Descriptive Statistics Methodology ### Central Tendency Choose the right measure of center based on the data: | Situation | Use | Why | |---|---|---| | Symmetric distribution, no outliers | Mean | Most efficient estimator | | Skewed distribution | Median | Robust to outliers | | Categorical or ordinal data | Mode | Only option for non-numeric | | Highly skewed with outliers (e.g., revenue per user) | Median + mean | Report both; the gap shows skew | **Always report mean and median together for business metrics.** If they diverge significantly, the data is skewed and the mean alone is misleading. ### Spread and Variability - **Standard deviation**: How far values typically fall from the mean. Use with normally distributed data. - **Interquartile range (IQR)**: Distance from p25 to p75. Robust to outliers. Use with skewed data. - **Coefficient of variation (CV)**: StdDev / Mean. Use to compare variability across metrics with different scales. - **Range**: Max minus min. Sensitive to outliers but gives a quick sens

What's inside
Steps it walks through
  1. Descriptive Statistics Methodology
  2. Central Tendency
  3. Spread and Variability
  4. Percentiles for Business Context
  5. Describing Distributions
  6. Trend Analysis and Forecasting
  7. Identifying Trends
  8. Seasonality Detection
  9. Forecasting (Simple Methods)
  10. Outlier and Anomaly Detection
  11. Statistical Methods
  12. Handling Outliers
  13. Time Series Anomaly Detection
  14. Hypothesis Testing Basics
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the statistical-analysis skill do?

Apply statistical methods including descriptive stats, trend analysis, outlier detection, and hypothesis testing. Use when analyzing distributions, testing for significance, detecting anomalies, computing correlations, or interpreting statistical results.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill statistical-analysis-yongjianwan-agentskill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going