Skip to content

Commit

Permalink
feat(specs): update estimate response type [skip-bc] (#4101)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhawke authored Nov 14, 2024
1 parent 378fa88 commit 39ad054
Showing 1 changed file with 10 additions and 10 deletions.
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

0 comments on commit 39ad054

Please sign in to comment.