We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3decd9c commit 791a0c0Copy full SHA for 791a0c0
specs/abtesting/common/parameters.yml
@@ -69,11 +69,13 @@ currencies:
69
revenue: 120.0
70
mean: 53.7
71
standardDeviation: 12.3
72
+ winsorizedAmount: 23.0
73
EUR:
74
currency: EUR
75
revenue: 100.0
76
mean: 43.7
77
standardDeviation: 10.3
78
+ winsorizedAmount: 10.0
79
additionalProperties:
80
$ref: '#/currency'
81
x-additionalPropertiesName: currency code
@@ -100,6 +102,11 @@ currency:
100
102
format: double
101
103
description: Standard deviation for this currency.
104
example: 12.3
105
+ winsorizedAmount:
106
+ type: number
107
+ format: double
108
+ description: The amount of revenue for this currency that was removed after capping purchase amounts to the 95th percentile.
109
+ example: 23.0
110
111
filterEffects:
112
type: object
0 commit comments