ConfidenceIntervalTest
case class ConfidenceIntervalTest(strict: Boolean, alt1: Seq[Double], alt2: Seq[Double], alpha: Double) extends Standard2WayTest
Compares two alternative sets of measurements given a significance level alpha
.
Compares two alternative sets of measurements given a significance level alpha
.
- Value Params
- strict
if
true
, the confidence interval test is strict - the confidence interval overlap of the alternatives will not be additionally compared
- Returns
returns
true
if there is no statistical difference for s.l.alpha
trait Serializable
trait Product
trait Equals
class Standard2WayTest
trait Test
class Object
trait Matchable
class Any
Value members
Inherited methods
Concrete fields
If 0 is within the confidence interval of the mean difference, or confidence intervals overlap, we conclude that there is no statistical difference between the two alternatives.
If 0 is within the confidence interval of the mean difference, or confidence intervals overlap, we conclude that there is no statistical difference between the two alternatives.