|  | Name | Description | 
|---|
|  | TwoSampleFTest | Default constructor. Constructs a TwoSampleFTest instance with default
            sample parameters, alpha level, and hypothesis type. | 
|  | TwoSampleFTest(Double, Double) | Constructs a TwoSampleFTest instance using the given arrays of sample data. | 
|  | TwoSampleFTest(DoubleVector, DoubleVector) | Constructs a TwoSampleFTest instance using the given vectors of sample data. | 
|  | TwoSampleFTest(IDFColumn, IDFColumn) | Constructs a TwoSampleFTest instance using the given columns of sample data. | 
|  | TwoSampleFTest(Int32, Int32) | Constructs a TwoSampleFTest instance using the given arrays of sample data. | 
|  | TwoSampleFTest(Double, Int32, Double, Int32) | Constructs a TwoSampleFTest instance with the given sample parameters. | 
|  | TwoSampleFTest(Double, Double, Double, HypothesisType) | Constructs a TwoSampleFTest instance using the given arrays of sample data, and
            the given hypothesis parameters. | 
|  | TwoSampleFTest(DoubleVector, DoubleVector, Double, HypothesisType) | Constructs a TwoSampleFTest instance using the given vectors of sample data, and
            the given hypothesis parameters. | 
|  | TwoSampleFTest(IDFColumn, IDFColumn, Double, HypothesisType) | Constructs a TwoSampleFTest instance using the given columns of sample data, and
            the given hypothesis parameters. | 
|  | TwoSampleFTest(Int32, Int32, Double, HypothesisType) | Constructs a TwoSampleFTest instance using the given arrays of sample data, and
            the given hypothesis parameters. | 
|  | TwoSampleFTest(Double, Int32, Double, Int32, Double, HypothesisType) | Constructs a TwoSampleFTest instance with the given sample and
            and hypothesis parameters. |