object T_Test

The T_Test companion object provides a convenient method for performing t-test.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. T_Test
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def test(x: VectorD, y: VectorD, pooled: Boolean = true): Unit

    Perform a t-test on two samples to detect if their means differ.

    Perform a t-test on two samples to detect if their means differ.

    x

    the first sample's vector of data

    y

    the second sample's vector of data

    pooled

    whether the variances can be assumed to be the same (hence pooled)