Skip to content

Commit 791a0c0

Browse files
authored
feat(specs): abtesting winsorizedAmount (#5053)
1 parent 3decd9c commit 791a0c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

specs/abtesting/common/parameters.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@ currencies:
6969
revenue: 120.0
7070
mean: 53.7
7171
standardDeviation: 12.3
72+
winsorizedAmount: 23.0
7273
EUR:
7374
currency: EUR
7475
revenue: 100.0
7576
mean: 43.7
7677
standardDeviation: 10.3
78+
winsorizedAmount: 10.0
7779
additionalProperties:
7880
$ref: '#/currency'
7981
x-additionalPropertiesName: currency code
@@ -100,6 +102,11 @@ currency:
100102
format: double
101103
description: Standard deviation for this currency.
102104
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
103110

104111
filterEffects:
105112
type: object

0 commit comments

Comments
 (0)