We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a901589 commit 261190fCopy full SHA for 261190f
specs/abtesting-v3/common/schemas/Variant.yml
@@ -78,6 +78,17 @@ metric:
78
description: Dimension defined during test creation.
79
metadata:
80
$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
91
+ Whether the pValue is significant or not based on the critical value and the error correction algorithm used.
92
required:
93
- name
94
- updatedAt
0 commit comments