You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/abtesting/common/parameters.yml
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,3 +137,22 @@ filterEffects:
137
137
type: integer
138
138
description: Number of tracked searches removed from the A/B test.
139
139
example: 237
140
+
141
+
minimumDetectableEffect:
142
+
type: object
143
+
properties:
144
+
durationDays:
145
+
type: number
146
+
format: int64
147
+
description: Estimated number of days needed to reach the sample sizes required for detecting the configured effect. This value is based on historical traffic.
148
+
example: 21
149
+
controlSampleSize:
150
+
type: number
151
+
format: int64
152
+
description: Number of tracked searches needed to be able to detect the configured effect for the control variant.
153
+
example: 23415
154
+
experimentSampleSize:
155
+
type: number
156
+
format: int64
157
+
description: Number of tracked searches needed to be able to detect the configured effect for the experiment variant.
summary: Estimate the sample size and duration of an A/B test
8
+
description: Given the traffic percentage and the expected effect size, this endpoint estimates the sample size and duration of an A/B test based on historical traffic.
0 commit comments