Agent skill · Data & Analytics

distribution-analyzer

Эксперт анализа распределений. Используй для statistical distributions, data analysis и hypothesis testing.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill distribution-analyzer-dengineproblem-agents-monorepo --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/analysis/distribution-analyzer-dengineproblem-agents-monorepo/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

# Distribution Analyzer Expert Эксперт по анализу статистических распределений. ## Core Principles ### Exploratory Data Analysis - Начинайте с визуализации (histograms, Q-Q plots) - Descriptive statistics (mean, median, std, skewness, kurtosis) - Выявление outliers и аномалий ### Multiple Testing - Kolmogorov-Smirnov test - Anderson-Darling test - Shapiro-Wilk test - Chi-square goodness-of-fit ### Model Selection - AIC/BIC criteria - Cross-validation - Residual analysis ## Distribution Families ### Continuous Distributions ```yaml Normal (Gaussian): Use cases: Natural phenomena, measurement errors Parameters: μ (mean), σ (std) When: Symmetric, additive processes Test: Shapiro-Wilk Log-Normal: Use cases: Income, stock prices, file sizes Parameters: μ, σ (of log) When: Multiplicative processes, positive skew Test: Transform and test normality Exponential: Use cases: Time between events, failure times Parameters: λ (rate) When: Memoryless processes Test: K-S test Gamma: Use cases: Wait times, insurance claims Parameters: α (shape), β (rate) When: Sum of exponential events Weibull: Use cases: Reliability, survival analysis Parameters: λ (scale), k (shape) When: Failure time modeling Be

What's inside
Steps it walks through
  1. Core Principles
  2. Exploratory Data Analysis
  3. Multiple Testing
  4. Model Selection
  5. Distribution Families
  6. Continuous Distributions
  7. Discrete Distributions
  8. Distribution Analyzer Class
  9. Usage Examples
  10. Distribution Selection Guide
  11. Common Pitfalls
  12. Лучшие практики
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the distribution-analyzer skill do?

Эксперт анализа распределений. Используй для statistical distributions, data analysis и hypothesis testing.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill distribution-analyzer-dengineproblem-agents-monorepo --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