Skip to content

Commit 261190f

Browse files
committed
feat(abtests) add error correction to get/list endpoint for v3
1 parent a901589 commit 261190f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specs/abtesting-v3/common/schemas/Variant.yml

+11
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,17 @@ metric:
7878
description: Dimension defined during test creation.
7979
metadata:
8080
$ref: '#/metricMetadata'
81+
criticalValue:
82+
type: number
83+
format: double
84+
description: |
85+
The value that was computed during error correction. It is used to determine significance of the metric pValue.
86+
The critical value is calculated using Bonferroni or Benjamini-Hochberg corrections, based on the given
87+
configuration during the A/B test creation.
88+
significant:
89+
type: boolean
90+
description: |
91+
Whether the pValue is significant or not based on the critical value and the error correction algorithm used.
8192
required:
8293
- name
8394
- updatedAt

0 commit comments

Comments
 (0)