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