Click or drag to resize

TwoSampleUnpairedUnequalTTest Constructor

Overload List
 NameDescription
Public methodTwoSampleUnpairedUnequalTTest Default constructor. Constructs a TwoSampleUnpairedUnequalTTest instance with default sample parameters, alpha level, and hypothesis type.
Public methodTwoSampleUnpairedUnequalTTest(Double, Double) Constructs a TwoSampleUnpairedUnequalTTest instance using the given arrays of sample data.
Public methodTwoSampleUnpairedUnequalTTest(DoubleVector, DoubleVector) Constructs a TwoSampleUnpairedUnequalTTest instance using the given vectors of sample data.
Public methodTwoSampleUnpairedUnequalTTest(IDFColumn, IDFColumn) Constructs a TwoSampleUnpairedUnequalTTest instance using the given columns of sample data.
Public methodTwoSampleUnpairedUnequalTTest(Int32, Int32) Constructs a TwoSampleUnpairedUnequalTTest instance using the given arrays of sample data.
Public methodTwoSampleUnpairedUnequalTTest(Double, Double, Double, HypothesisType) Constructs a TwoSampleUnpairedUnequalTTest instance using the given arrays of sample data, and the given hypothesis parameters.
Public methodTwoSampleUnpairedUnequalTTest(DoubleVector, DoubleVector, Double, HypothesisType) Constructs a TwoSampleUnpairedUnequalTTest instance using the given vectors of sample data, and the given hypothesis parameters.
Public methodTwoSampleUnpairedUnequalTTest(IDFColumn, IDFColumn, Double, HypothesisType) Constructs a TwoSampleUnpairedUnequalTTest instance using the given columns of sample data, and the given hypothesis parameters.
Public methodTwoSampleUnpairedUnequalTTest(Int32, Int32, Double, HypothesisType) Constructs a TwoSampleUnpairedUnequalTTest instance using the given arrays of sample data, and the given hypothesis parameters.
Public methodTwoSampleUnpairedUnequalTTest(Double, Double, Int32, Double, Double, Int32) Constructs a TwoSampleUnpairedUnequalTTest instance with the given sample parameters.
Public methodTwoSampleUnpairedUnequalTTest(Double, Double, Int32, Double, Double, Int32, Double, HypothesisType) Constructs a TwoSampleUnpairedUnequalTTest instance with the given sample and and hypothesis parameters.
Top
See Also