ANOVA

case class ANOVA() extends Tester

Applies analysis of variance to determine whether some test is statistically different.

Applies analysis of variance to determine whether some test is statistically different.

trait Serializable
trait Product
trait Equals
trait Tester
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T](context: Context, curvedata: CurveData[T], corresponding: Seq[CurveData[T]])(`evidence$10`: Numeric[T]): CurveData[T]

Inherited methods

def confidenceInterval[T](ctx: Context, alt: Seq[T])(`evidence$3`: Numeric[T]): (Double, Double)

Returns a confidence interval for a given set of observations.

Returns a confidence interval for a given set of observations.

Inherited from
Tester
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product