OverlapTest
case class OverlapTest(alt1: Seq[Double], alt2: Seq[Double], alpha: Double, noiseMagnitude: Double) extends Standard2WayTest
Computes the confidence interval of the two alternatives.
Passes if the confidence intervals overlap at the given significance level alpha
.
Computes the confidence interval of the two alternatives.
Passes if the confidence intervals overlap at the given significance level alpha
.
Applies relative noise before doing the actual overlap test - the relative noise may increase the confidence interval further, but it will not shrink it.
trait Serializable
trait Product
trait Equals
class Standard2WayTest
trait Test
class Object
trait Matchable
class Any