Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions specs/abtesting/common/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,13 @@ currencies:
revenue: 120.0
mean: 53.7
standardDeviation: 12.3
winsorizedAmount: 23.0
EUR:
currency: EUR
revenue: 100.0
mean: 43.7
standardDeviation: 10.3
winsorizedAmount: 10.0
additionalProperties:
$ref: '#/currency'
x-additionalPropertiesName: currency code
Expand All @@ -100,6 +102,11 @@ currency:
format: double
description: Standard deviation for this currency.
example: 12.3
winsorizedAmount:
type: number
format: double
description: The amount of revenue for this currency that was removed after capping purchase amounts to the 95th percentile.
example: 23.0

filterEffects:
type: object
Expand Down