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