Hi growthbook team. In an experiment on a 40% use...
# ask-questions
w
Hi growthbook team. In an experiment on a 40% user base with 50-50 split of control and variant. such that A - 20% (control) B - 20% (teatment) Holdout - 60% in such a setup if i get the bucket value as
0.697
ideally in what bucket will this fall? like is the weight distibution like below A -> 0 to .2 B -> .2 to .4 holdout -> .4 to 1 Asper above user will get bucketed to
Holdout
or Holdout isn't considered and weights are just A -> 0 to 0.5 B -> 0.5 to 1. Asper above user will get bucketed to
B
f
Hi @witty-rocket-75751 👋 GrowthBook treats the 40% exposure as “who is in the experiment at all” and the 50/50 split as “how that 40% is divided,” so the only buckets are A:
[0, 0.2)
and B:
[0.5, 0.7)
. With a bucket value of
0.697
, the user falls outside both of those ranges and is therefore not included in the experiment (they’re effectively in the 60% holdout, not assigned to A or B).
w
got it. thanks.
f
My pleasure to assist 🌻