Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions specs/abtesting/common/schemas/EstimateABTestResponse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ EstimateABTestResponse:
format: int64
description: Estimated number of days needed to reach the sample sizes required for detecting the configured effect. This value is based on historical traffic.
example: 21
controlSampleSize:
type: integer
format: int64
description: Number of tracked searches needed to be able to detect the configured effect for the control variant.
example: 23415
experimentSampleSize:
type: integer
format: int64
description: Number of tracked searches needed to be able to detect the configured effect for the experiment variant.
example: 23415
sampleSizes:
type: array
description: |
Sample size estimates for each variant. The first element is the control variant.
Each element is the estimated number of searches required to achieve the desired statistical significance.
items:
type: integer
format: int64
description: Number of tracked searches needed to be able to detect the configured effect for the control variant.
example: 23415
Loading