From 86392c3836f193ca9162f139826dae3315375f6a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 17 Nov 2025 11:58:21 -0800 Subject: [PATCH] fix broken docs link --- snippets/stats-methods/cuped.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snippets/stats-methods/cuped.mdx b/snippets/stats-methods/cuped.mdx index 088c0f6e2..4a4520888 100644 --- a/snippets/stats-methods/cuped.mdx +++ b/snippets/stats-methods/cuped.mdx @@ -4,7 +4,9 @@ CUPED (short for Controlled-experiment Using Pre-Existing Data) is a technique w Our Cloud product uses a 7-day window for CUPED calculation. For Warehouse Native customers, a 7-day window is recommended, but you have the flexibility to customize it to any length. -## CUPED +See more at the [Variance Reduction](/experiments/statistical-methods/variance-reduction) page. + +## CUPED for Simple Aggregations The methodology for simple aggregations is described in the original [Microsoft paper](https://www.exp-platform.com/Documents/2013-02-CUPED-ImprovingSensitivityOfControlledExperiments.pdf), as well as our in-depth [article](https://www.statsig.com/blog/cuped) on the technique.