Overload List

  NameDescription
TwoSampleUnpairedTTest()()()
Default constructor. Constructs a TwoSampleUnpairedTTest instance with default sample parameters, alpha level, and hypothesis type.
TwoSampleUnpairedTTest(DoubleVector, DoubleVector)
Constructs a TwoSampleUnpairedTTest instance using the given vectors of sample data.
TwoSampleUnpairedTTest(IDFColumn, IDFColumn)
Constructs a TwoSampleUnpairedTTest instance using the given columns of sample data.
TwoSampleUnpairedTTest(array<Double>[]()[], array<Double>[]()[])
Constructs a TwoSampleUnpairedTTest instance using the given arrays of sample data.
TwoSampleUnpairedTTest(array<Int32>[]()[], array<Int32>[]()[])
Constructs a TwoSampleUnpairedTTest instance using the given arrays of sample data.
TwoSampleUnpairedTTest(DoubleVector, DoubleVector, Double, HypothesisType)
Constructs a TwoSampleUnpairedTTest instance using the given vectors of sample data, and the given hypothesis parameters.
TwoSampleUnpairedTTest(IDFColumn, IDFColumn, Double, HypothesisType)
Constructs a TwoSampleUnpairedTTest instance using the given columns of sample data, and the given hypothesis parameters.
TwoSampleUnpairedTTest(array<Double>[]()[], array<Double>[]()[], Double, HypothesisType)
Constructs a TwoSampleUnpairedTTest instance using the given arrays of sample data, and the given hypothesis parameters.
TwoSampleUnpairedTTest(array<Int32>[]()[], array<Int32>[]()[], Double, HypothesisType)
Constructs a TwoSampleUnpairedTTest instance using the given arrays of sample data, and the given hypothesis parameters.
TwoSampleUnpairedTTest(Double, Double, Int32, Double, Double, Int32)
Constructs a TwoSampleUnpairedTTest instance with the given sample parameters.
TwoSampleUnpairedTTest(Double, Double, Int32, Double, Double, Int32, Double, HypothesisType)
Constructs a TwoSampleUnpairedTTest instance with the given sample and and hypothesis parameters.

See Also