EstimateABTestResponse

algoliasearch.abtesting.EstimateABTestResponse
case class EstimateABTestResponse(durationDays: Option[Long], sampleSizes: Option[Seq[Long]])

EstimateABTestResponse

Value parameters

durationDays

Estimated number of days needed to reach the sample sizes required for detecting the configured effect. This value is based on historical traffic.

sampleSizes

Sample size estimates for each variant. The first element is the control variant. Each element is the estimated number of searches required to achieve the desired statistical significance.

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