AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Distribution Analysis

skill-ericwang915-data-scientist-skills-distribution-analysis · by ericwang915

Analyze and fit statistical distributions: normality tests, distribution fitting, skewness and kurtosis interpretation, QQ plots, and distribution comparison. Use when assessing data normality, choosing statistical tests, or understanding data generating processes.

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-ericwang915-data-scientist-skills-distribution-analysis

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ericwang915-data-scientist-skills-distribution-analysis)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Distribution Analysis? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Distribution Analysis

Purpose

Characterize the statistical distribution of your data. Determines whether data is normal, identifies the best-fitting distribution, and provides the right statistical tools based on the distribution shape.

How It Works

Step 1: Visual Assessment

  • Histogram with KDE overlay
  • QQ plot against normal distribution
  • Box plot with outlier markers
  • ECDF (Empirical Cumulative Distribution Function)

Step 2: Normality Testing

  • Shapiro-Wilk test (best for n < 5000)
  • D'Agostino-Pearson test (combines skewness and kurtosis)
  • Anderson-Darling test (sensitive to tails)
  • Kolmogorov-Smirnov test (general goodness-of-fit)

Step 3: Distribution Fitting

Fit candidate distributions and rank by goodness-of-fit:

  • Normal, Log-normal, Exponential, Gamma, Beta, Weibull, Poisson, Uniform
  • AIC/BIC comparison across candidates
  • Best-fit parameters with confidence intervals

Step 4: Transformation Recommendations

If non-normal:

  • Log transform (right-skewed data)
  • Box-Cox transform (optimal power transform)
  • Yeo-Johnson transform (handles negative values)
  • Square root transform (count data)

Step 5: Practical Implications

  • Which statistical tests are appropriate (parametric vs. non-parametric)
  • Impact on confidence intervals and hypothesis tests
  • Modeling recommendations (GLM family choice, kernel selection)

Usage Examples

"Is this revenue data normally distributed? What transformation should I apply?"
"Fit the best distribution to this event time data for simulation modeling"

Output Format

  • Visual Summary: Histogram, QQ plot, box plot
  • Test Results: Normality test p-values with interpretation
  • Best Fit: Distribution name, parameters, goodness-of-fit metrics
  • Transformation: Recommended transform with before/after comparison
  • Python Code: Reproducible analysis script

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.