statistical-analysis

Analyze numeric datasets with descriptive statistics, outlier detection, and hypothesis tests.

2|1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/GACLove/feishu-aily-skills --skill statistical-analysis-gaclove
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statistical-analysis
Source: https://github.com/GACLove/feishu-aily-skills/tree/main/skills/statistical-analysis
Command: npx skills add https://github.com/GACLove/feishu-aily-skills --skill statistical-analysis-gaclove

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides practical statistical guidance to summarize distributions, detect anomalies, identify trends, and evaluate whether observed differences are meaningful, reducing misinterpretation of metric-driven decisions.

Core Features & Use Cases

  • Descriptive summaries: Recommend and interpret mean, median, percentiles, standard deviation, and IQR for business metrics.
  • Trend analysis: Smoothing with moving averages, period-over-period comparisons, and simple forecasting for operational planning.
  • Outlier & anomaly detection: Z-score, IQR, and percentile methods with guidance on investigation and handling.
  • Hypothesis testing: Guidance on test selection (t-test, chi-squared, ANOVA, nonparametric) and emphasis on effect sizes, confidence intervals, and sample size considerations.
  • Cautionary checks: Notes on correlation vs causation, multiple comparisons, Simpson's paradox, survivorship bias, and avoiding false precision.

Quick Start

Analyze the provided dataset to report mean, median, IQR, key percentiles, detect outliers, show a 7-day moving average trend, and run an appropriate significance test comparing two segments.

Frequently Asked Questions about statistical-analysis

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

FAQPage Schema
How do I detect anomalies and outliers in my time series data?

Anomaly detection in time series data uses z-score, IQR, and percentile methods to identify outliers. These statistical approaches flag data points deviating significantly from distributions, enabling investigation of operational anomalies.

What is the best way to run an A/B test significance check on product metrics?

A/B test significance checks on product metrics require hypothesis testing using t-tests or ANOVA. This determines whether observed differences between segments are meaningful by evaluating effect sizes, confidence intervals, and sample considerations.

How do I calculate descriptive statistics for a numeric dataset?

Descriptive statistics for a numeric dataset are calculated using mean, median, percentiles, standard deviation, and IQR. These metrics summarize distributions to provide clear insights into business and operational data.

When should I use a t-test versus a chi-squared test for hypothesis testing?

Use a t-test for hypothesis testing when comparing means between two segments, and a chi-squared test when evaluating relationships between categorical variables. Proper test selection depends on data format and distribution.

How do I apply moving average smoothing to identify trends in operational data?

Moving average smoothing identifies trends in operational data by calculating averages across sliding time windows, like a 7-day period. This reduces noise in time series data to reveal underlying directional shifts.

What are common pitfalls when interpreting statistical analysis results?

Common pitfalls when interpreting statistical analysis results include confusing correlation with causation, ignoring multiple comparisons, and falling victim to Simpson's paradox or survivorship bias, leading to misinterpreted metric-driven decisions.