MinimumDetectableEffect

algoliasearch.abtesting.MinimumDetectableEffect
case class MinimumDetectableEffect(size: Option[Double], effect: Option[Effect])

Configuration for the smallest difference between test variants you want to detect.

Value parameters

size

Smallest difference in an observable metric between variants. For example, to detect a 10% difference between variants, set this value to 0.1.

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