statistical-analysis

Analyze data distributions and test hypotheses with pandas, numpy, and scipy.

14|3|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/kevinlin/cowork-z --skill statistical-analysis-kevinlin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: statistical-analysis
Source: https://github.com/kevinlin/cowork-z/tree/main/src-tauri/resources/skill-templates/data-statistical-analysis
Command: npx skills add https://github.com/kevinlin/cowork-z --skill statistical-analysis-kevinlin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Descriptive statistics, trend analysis, outlier detection, and hypothesis testing to guide data-driven decisions.

Core Features & Use Cases

  • Descriptive Statistics: summarize data with mean, median, mode, variance, and percentiles to understand central tendency and spread.
  • Trend Analysis & Forecasting: identify patterns over time and provide guidance for simple forecasting approaches.
  • Outlier Detection & Robustness: detect anomalies and discuss data quality and robustness of conclusions.
  • Hypothesis Testing Guidance: frame null/alternative hypotheses and interpret p-values and practical significance for comparisons.
  • Use Case: Assess whether a marketing campaign changed average session duration across cohorts.

Quick Start

Run a basic exploratory workflow to summarize a numeric column, identify the main distribution, and interpret the results with a concise narrative.

Frequently Asked Questions about statistical-analysis

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

FAQPage Schema
How do I perform hypothesis testing on business metrics to see if a campaign changed user behavior?▼

Hypothesis testing frames null and alternative hypotheses to evaluate whether a marketing campaign changed average session duration, interpreting p-values and practical significance to guide data-driven decisions across cohorts.

What descriptive statistics should I use to understand my data distribution and central tendency?▼

Descriptive statistics summarize data distributions using mean, median, mode, variance, and percentiles. This reveals central tendency and spread to identify the main distribution and interpret results with a concise narrative.

How do I detect outliers in my dataset and assess the robustness of my conclusions?▼

Outlier detection identifies anomalies in your dataset and evaluates data quality. This process assesses the robustness of statistical conclusions by examining how extreme values impact overall variability and significance.

Can I analyze trends and forecast patterns over time using Python and pandas?▼

Yes, trend analysis identifies patterns over time using Python-based tools like pandas and numpy. It provides guidance for simple forecasting approaches to help understand directional shifts in business metrics or scientific results.

Do I need Python and scipy to compute statistics and test hypotheses for customer data?▼

Yes, the workflow requires Python-based tools such as pandas, numpy, and scipy to compute statistics and test hypotheses. These libraries process customer data and scientific results to calculate central tendency and significance.