Skip to content

Commit 30ed903

Browse files
committed
chore: change estimate
1 parent be5035f commit 30ed903

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed
Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,2 @@
1-
EstimateResponse:
2-
type: object
3-
properties:
4-
durationDays:
5-
type: number
6-
format: int64
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-
example: 21
9-
controlSampleSize:
10-
type: number
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: number
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
19-
required:
20-
- durationDays
21-
- controlSampleSize
22-
- experimentSampleSize
1+
EstimateABTestResponse:
2+
$ref: '../parameters.yml#/minimumDetectableEffect'

0 commit comments

Comments
 (0)