Overload List

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

See Also