Click or drag to resize

TwoSamplePairedTTest Constructor

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