What problem does it solve?
AI agents and analysts often face large, messy datasets and need a reliable way to extract statistically valid insights, detect trends, and surface actionable findings without manual, error-prone steps.
Core Features & Use Cases
- Descriptive & Inferential Statistics: Compute means, medians, variance, skewness, kurtosis, and run t-tests, ANOVA, and non-parametric alternatives with p-values and confidence intervals.
- Trend, Correlation & Time-Series Analysis: Identify trends via rolling averages and seasonal decomposition, and quantify relationships with Pearson and Spearman correlations.
- Anomaly & Outlier Detection: Flag anomalous observations using IQR and z-score methods and contextualize them for decision-making.
- Use Case: Analyze a company's monthly revenue CSV to decompose seasonality, test pricing experiments for significance, and produce a ranked summary of business-impacting insights.
Quick Start
Use the data-analysis skill to analyze sales_2024.csv and produce a plain-language summary of key trends, correlations, anomalies, and recommended next steps.