data-statistical-analysis

Apply statistical tests to summarize distributions and detect anomalies in workspace metrics.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill data-statistical-analysis-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-statistical-analysis
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/data-statistical-analysis
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill data-statistical-analysis-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you analyze business and operational metrics using statistical methods, so you can confidently summarize distributions, detect outliers/anomalies, and evaluate whether observed changes are likely real rather than random noise.

Core Features & Use Cases

  • Descriptive statistics: Summarize distributions with appropriate measures (mean vs median), dispersion metrics (SD, IQR, CV), and business-friendly percentiles.
  • Trends and uncertainty-aware forecasting: Use moving averages, period-over-period comparisons, and simple forecasting baselines while communicating uncertainty via ranges.
  • Outlier and hypothesis testing: Detect outliers with Z-score/IQR/percentile methods and validate differences with hypothesis tests (t-test, ANOVA, chi-square, etc.), including practical vs statistical significance guidance.
  • Correlation and causality guardrails: Reduce common analytical pitfalls like correlation≠causation, multiple comparisons, Simpson’s paradox, and survivorship bias.

Quick Start

Use the data-statistical-analysis skill to analyze your workspace metric series and generate a distribution summary, outlier/anomaly findings, and a hypothesis-test conclusion about whether a product change moved the metric.

Frequently Asked Questions about data-statistical-analysis

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

FAQPage Schema
How do I run hypothesis testing on business metrics to check if a product change actually moved the data?

Hypothesis testing validates whether observed changes in your business metrics are real or random noise by applying statistical tests like t-tests or ANOVA. It interprets p-values alongside effect sizes to distinguish statistical significance from practical business impact.

What is the best way to detect outliers and anomalies in time series data?

Detecting outliers and anomalies in time series data involves using Z-score, IQR, or percentile methods to identify data points deviating from expected distributions. This approach flags unusual values while preserving the surrounding trend context for accurate anomaly detection.

How do I summarize data distributions and communicate uncertainty with confidence intervals?

Summarizing data distributions requires selecting appropriate descriptive statistics like mean or median alongside dispersion metrics such as standard deviation or IQR. You communicate uncertainty by presenting these summaries with calculated confidence intervals and percentile ranges.

Can I use Python to analyze MRR churn distribution and compare segments before and after experiments?

Python supports analyzing MRR churn distribution and comparing segments before and after experiments by executing local statistical operations. It calculates period-over-period comparisons and applies hypothesis tests to evaluate segment differences within your workspace data.

What statistical guards prevent correlation vs causation errors during data analysis?

Statistical guards against correlation versus causation errors include checks for multiple comparisons, Simpson's paradox, and survivorship bias. These guardrails reduce common analytical pitfalls by enforcing rigorous evaluation of confounding variables during hypothesis testing.

When should I not rely on statistical significance for evaluating business metric changes?

You should not rely solely on statistical significance when practical business impact is negligible, as small p-values can accompany trivial effect sizes. Evaluating changes requires interpreting p-values with effect sizes to ensure the metric movement justifies business action.