pluginagentmarketplace/custom-plugin-data-analyst · Archived

statistics

Statistical analysis methods, hypothesis testing, and probability for data analytics

First seen Mar 10, 2026

Installation

$ npx skills add pluginagentmarketplace/custom-plugin-data-analyst --skill statistics

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from pluginagentmarketplace/custom-plugin-data-analyst · top by installs.

npx skills add pluginagentmarketplace/custom-plugin-data-analyst

Browse all from pluginagentmarketplace/custom-plugin-data-analyst

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version2.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,567 B
  • docs SUMMARY.md 102 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Statistics Skill

Overview

Master statistical concepts and methods essential for data analysis, from descriptive statistics to advanced inferential techniques.

Core Topics

Descriptive Statistics

  • Measures of central tendency (mean, median, mode)
  • Measures of dispersion (variance, standard deviation, IQR)
  • Data distributions and skewness
  • Percentiles and quartiles

Inferential Statistics

  • Sampling methods and sample size determination
  • Confidence intervals
  • Hypothesis testing (t-tests, chi-square, ANOVA)
  • P-values and statistical significance

Probability

  • Basic probability rules
  • Probability distributions (normal, binomial, Poisson)
  • Bayes' theorem
  • Expected value and variance

Regression Analysis

  • Linear regression
  • Multiple regression
  • Logistic regression
  • Model validation and diagnostics

Learning Objectives

  • Apply descriptive statistics to summarize data
  • Conduct hypothesis tests for business decisions
  • Build and interpret regression models
  • Communicate statistical findings effectively

Error Handling

Error Type Cause Recovery
Sample too small Insufficient data Increase sample or use bootstrap
Assumption violated Data doesn't fit test Use non-parametric alternative
Multicollinearity Correlated predictors Remove or combine variables
Outliers Extreme values Investigate or use robust methods
P-hacking Multiple testing Apply Bonferroni correction

Related Skills

  • programming (for implementing statistical models)
  • visualization (for presenting statistical insights)
  • advanced (for machine learning)