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
Copy file name to clipboardExpand all lines: specs/abtesting-v3/common/schemas/Variant.yml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,22 @@ metric:
53
53
value:
54
54
type: number
55
55
format: double
56
+
valueCIHigh:
57
+
type: number
58
+
format: double
59
+
valueCILow:
60
+
type: number
61
+
format: double
56
62
pValue:
57
63
type: number
58
64
format: double
59
65
description: PValue for the first variant (control) will always be 0. For the other variants, pValue is calculated for the current variant based on the control.
66
+
pValueCIHigh:
67
+
type: number
68
+
format: double
69
+
pValueCILow:
70
+
type: number
71
+
format: double
60
72
dimension:
61
73
type: string
62
74
description: Dimension defined during test creation
0 commit comments