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
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: 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.
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.
9
+
requestBody:
10
+
required: true
11
+
content:
12
+
application/json:
13
+
schema:
14
+
title: estimateABTestRequest
15
+
type: object
16
+
additionalProperties: false
17
+
properties:
18
+
configuration:
19
+
title: estimateConfiguration
20
+
type: object
21
+
description: A/B test configuration for estimating the sample size and duration using minimum detectable effect.
0 commit comments