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.