CurrenciesValue

algoliasearch.abtesting.CurrenciesValue
case class CurrenciesValue(currency: Option[String], revenue: Option[Double], mean: Option[Double], standardDeviation: Option[Double])

CurrenciesValue

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product