|  | Name | Description | 
|---|
|  | TwoSampleUnpairedUnequalTTest | Default constructor. Constructs a TwoSampleUnpairedUnequalTTest instance with default
            sample parameters, alpha level, and hypothesis type. | 
|  | TwoSampleUnpairedUnequalTTest(Double, Double) | Constructs a TwoSampleUnpairedUnequalTTest instance using the given arrays of sample data. | 
|  | 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(Int32, Int32) | Constructs a TwoSampleUnpairedUnequalTTest instance using the given arrays of sample data. | 
|  | TwoSampleUnpairedUnequalTTest(Double, Double, Double, HypothesisType) | Constructs a TwoSampleUnpairedUnequalTTest instance using the given arrays of sample data, 
            and the given hypothesis parameters. | 
|  | 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(Int32, 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. |