Click or drag to resize

TwoSampleUnpairedTTest Constructor

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