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/schemas/EstimateABTestResponse.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ EstimateABTestResponse:
6
6
format: int64
7
7
description: Estimated number of days needed to reach the sample sizes required for detecting the configured effect. This value is based on historical traffic.
8
8
example: 21
9
-
controlSampleSize:
10
-
type: integer
11
-
format: int64
12
-
description: Number of tracked searches needed to be able to detect the configured effect for the control variant.
13
-
example: 23415
14
-
experimentSampleSize:
15
-
type: integer
16
-
format: int64
17
-
description: Number of tracked searches needed to be able to detect the configured effect for the experiment variant.
18
-
example: 23415
9
+
sampleSizes:
10
+
type: array
11
+
description: |
12
+
Sample size estimates for each variant. The first element is the control variant.
13
+
Each element is the estimated number of searches required to achieve the desired statistical significance.
14
+
items:
15
+
type: integer
16
+
format: int64
17
+
description: Number of tracked searches needed to be able to detect the configured effect for the control variant.
0 commit comments