Overload List
| Name | Description | |
|---|---|---|
| TwoSamplePairedTTest()()() |
Default constructor. Constructs a TwoSamplePairedTTest instance with default
sample parameters, alpha level, and hypothesis type.
| |
| TwoSamplePairedTTest(DoubleVector, DoubleVector) |
Constructs a TwoSamplePairedTTest instance using the given paired vectors of sample data.
| |
| TwoSamplePairedTTest(IDFColumn, IDFColumn) |
Constructs a TwoSamplePairedTTest instance using the given paired columns of sample data.
| |
| TwoSamplePairedTTest(array<Double>[]()[], array<Double>[]()[]) |
Constructs a TwoSamplePairedTTest instance using the given paired arrays of sample data.
| |
| TwoSamplePairedTTest(array<Int32>[]()[], array<Int32>[]()[]) |
Constructs a TwoSamplePairedTTest instance using the given paired arrays of sample data.
| |
| TwoSamplePairedTTest(Double, Double, Int32) |
Constructs a TwoSamplePairedTTest instance with the given sample parameters.
| |
| TwoSamplePairedTTest(DoubleVector, DoubleVector, Double, HypothesisType) |
Constructs a TwoSamplePairedTTest instance using the given paired vectors of sample data,
and the given hypothesis parameters.
| |
| TwoSamplePairedTTest(IDFColumn, IDFColumn, Double, HypothesisType) |
Constructs a TwoSamplePairedTTest instance using the given paired columns of sample data,
and the given hypothesis parameters.
| |
| TwoSamplePairedTTest(array<Double>[]()[], array<Double>[]()[], Double, HypothesisType) |
Constructs a TwoSamplePairedTTest instance using the given paired arrays of sample data,
and the given hypothesis parameters.
| |
| TwoSamplePairedTTest(array<Int32>[]()[], array<Int32>[]()[], Double, HypothesisType) |
Constructs a TwoSamplePairedTTest instance using the given paired arrays of sample data,
and the given hypothesis parameters.
| |
| TwoSamplePairedTTest(Double, Double, Int32, Double, HypothesisType) |
Constructs a TwoSamplePairedTTest instance with the given sample and hypothesis
parameters.
|