statistical-analysis

Analyze raw numerical data with statistical methods and hypothesis testing.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/MuhammadUA/Axe --skill statistical-analysis-muhammadua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statistical-analysis
Source: https://github.com/MuhammadUA/Axe/tree/main/.kortix/opencode/skills/GENERAL-KNOWLEDGE-WORKER/statistical-analysis
Command: npx skills add https://github.com/MuhammadUA/Axe --skill statistical-analysis-muhammadua

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of drawing incorrect conclusions from raw data, whether you're analyzing business metrics, research datasets, or A/B test results, by providing proven, context-aware statistical methodologies and guidance on avoiding common pitfalls that lead to misleading claims.

Core Features & Use Cases

  • Descriptive Statistics: Calculate appropriate measures of central tendency, spread, and percentiles for any data distribution, with guidance on when to use mean vs median for skewed business metrics.
  • Trend Analysis & Forecasting: Identify patterns in time series data, account for seasonality, and create simple, uncertainty-aware forecasts for business planning.
  • Outlier & Anomaly Detection: Flag unusual values in datasets and time series using robust statistical methods, with clear guidance on how to investigate and handle outliers appropriately.
  • Hypothesis Testing: Run and interpret common statistical tests for A/B tests, before/after comparisons, and segment analysis, with emphasis on distinguishing statistical significance from practical business impact.
  • Pitfall Avoidance: Learn to spot and avoid common errors like correlation-causation confusion, Simpson's Paradox, survivorship bias, and the multiple comparisons problem.
  • Use Case Example: A product analyst can use this Skill to validate whether a new feature launch actually improved user retention, detect anomalous spikes in support ticket volume, and forecast next quarter's user growth with a realistic confidence range.

Quick Start

Use the statistical-analysis skill to analyze the attached monthly sales dataset, identify key trends, detect any outlier months, and determine if the 8% year-over-year sales growth is statistically significant.

Frequently Asked Questions about statistical-analysis

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

FAQPage Schema
How do I determine if my A/B test results are statistically significant?

Hypothesis testing validates A/B test results by calculating significance to distinguish real metric improvements from random noise. It emphasizes evaluating practical business impact alongside strict statistical significance for reliable product decisions.

What is the best way to identify outliers in a time series dataset?

Outlier detection in time series datasets flags unusual values using robust statistical methods. It guides appropriate investigation and handling of data anomalies to prevent skewed trend analysis and misleading conclusions.

When should I use the median instead of the mean for business metrics?

Use the median instead of the mean for skewed business metrics to measure central tendency accurately. Descriptive statistics guidance helps select appropriate spread and percentile measures for any data distribution.

How do I avoid common statistical fallacies when interpreting raw data?

Avoiding common statistical fallacies requires spotting errors like correlation-causation confusion, Simpson's Paradox, and survivorship bias. Pitfall avoidance methodologies ensure accurate interpretation of raw numerical data for decision-making.

Can I forecast next quarter's growth with uncertainty ranges from time series data?

Trend analysis and forecasting identify patterns in time series data while accounting for seasonality. It creates simple, uncertainty-aware forecasts with realistic confidence ranges for business planning.