1
Q

What is CUPED?

A

A variance-reduction technique that adjusts metrics using pre-experiment baseline values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why does CUPED make A/B tests faster?

A

Because it reduces variance, increasing statistical power → fewer samples needed → shorter experiment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the CUPED adjustment formula look like (intuitively)?

A

Adjusted metric = Y − θX, where Y is experiment metric, X is pre-period metric.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is θ in CUPED?

A

θ = covariance(Y, X) / variance(X); learned via linear regression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What must be true for CUPED to work well?

A

High correlation between pre-period (X) and experiment metric (Y).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When should you NOT use CUPED?

A

When the treatment affects the baseline (contamination), new users with no history, seasonal shifts, or broken pre-period logs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is “baseline contamination” in CUPED?

A

When the treatment leaks into or affects the pre-period metric, making CUPED invalid.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the main benefit of CUPED?

A

Narrower confidence intervals → increased sensitivity → reduced minimum detectable effect.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If correlation between baseline and metric is 0.75, should CUPED be used?

A

Yes — strong correlation → large variance reduction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

If correlation is low (e.g. 0.05), should CUPED be used?

A

No — low correlation gives little benefit and may add noise.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly