Click or drag to resize

TwoSampleFTest Constructor

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