Library

StatsTest Blog

Experimental design, data analysis, and statistical tooling for modern teams. No hype, just the math.

Detecting Trends in Metrics: Mann-Kendall, LOESS, and Change Points
Time SeriesJan 29New

Detecting Trends in Metrics: Mann-Kendall, LOESS, and Change Points

How to statistically detect trends in product metrics using Mann-Kendall tests, LOESS smoothing, and change point analysis.

Comparing Pre/Post Periods: Difference-in-Differences for Product
Time SeriesJan 29New

Comparing Pre/Post Periods: Difference-in-Differences for Product

How to use difference-in-differences to measure product impact by comparing treatment and control groups across pre and post periods.

Double/Debiased Machine Learning: Causal Effects with Flexible Models
Causal InferenceJan 29New

Double/Debiased Machine Learning: Causal Effects with Flexible Models

How double/debiased machine learning combines ML flexibility with valid causal inference. Learn cross-fitting, Neyman orthogonality, and practical DML workflows.

Forecasting Product Metrics: ARIMA, Prophet, and When Simple Wins
Time SeriesJan 29New

Forecasting Product Metrics: ARIMA, Prophet, and When Simple Wins

A practical guide to forecasting product metrics with ARIMA, Prophet, and baseline methods. Learn when complexity helps and when it hurts.

Granger Causality: Does Feature Usage Actually Drive Retention?
Time SeriesJan 29New

Granger Causality: Does Feature Usage Actually Drive Retention?

How to use Granger causality to test whether feature usage predicts retention, and why correlation over time is not causation.

Instrumental Variables: Finding Natural Experiments in Product Data
Causal InferenceJan 29New

Instrumental Variables: Finding Natural Experiments in Product Data

How instrumental variables let you estimate causal effects when unmeasured confounding makes direct comparison impossible. Practical IV examples for tech.

Interrupted Time Series: Measuring Impact Without a Control Group
Time SeriesJan 29New

Interrupted Time Series: Measuring Impact Without a Control Group

How to use interrupted time series analysis to measure causal impact of launches, policy changes, and events without a control group.

Intraclass Correlation: Measuring Agreement on Continuous Ratings
RelationshipJan 29New

Intraclass Correlation: Measuring Agreement on Continuous Ratings

Intraclass Correlation Coefficient (ICC) measures agreement among raters on continuous or ordinal scales. Learn which ICC form to use, how to interpret values, and common pitfalls.

Kolmogorov-Smirnov Test: Comparing Distributions and Detecting Drift
AssumptionsJan 29New

Kolmogorov-Smirnov Test: Comparing Distributions and Detecting Drift

A practical guide to the KS test for comparing distributions and detecting drift. Learn the one-sample and two-sample variants, common pitfalls, and when to use alternatives.

Mediation Analysis: Does Feature X Work Through Mechanism Y?
Causal InferenceJan 29New

Mediation Analysis: Does Feature X Work Through Mechanism Y?

How mediation analysis identifies the causal mechanisms behind product effects. Learn when and how to decompose total effects into direct and indirect paths.

Mood's Median Test: Comparing Medians Without Distributional Assumptions
Two-Group ComparisonsJan 29New

Mood's Median Test: Comparing Medians Without Distributional Assumptions

Mood's median test compares medians across two or more groups with minimal assumptions. Learn when it beats Mann-Whitney, its limitations, and better alternatives.

Permutation Tests: Distribution-Free Inference for Any Statistic
Two-Group ComparisonsJan 29New

Permutation Tests: Distribution-Free Inference for Any Statistic

Permutation tests make no distributional assumptions and work with any test statistic. Learn when they beat parametric tests, how they work, and practical implementation tips.