Currency
algoliasearch.abtesting.Currency
case class Currency(currency: Option[String], revenue: Option[Double], mean: Option[Double], standardDeviation: Option[Double])
Currency
Value parameters
- currency
-
Currency code.
- mean
-
Mean for this currency.
- revenue
-
Revenue for this currency.
- standardDeviation
-
Standard deviation for this currency.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article