Click or drag to resize

TwoSamplePairedTTest Methods

The TwoSamplePairedTTest type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this TwoSamplePairedTTest.
Public methodToString Returns a formatted string representation of the test results.
(Overrides ObjectToString)
Public methodUpdate(Double, Double) Updates the test statistic with new sample data.
Public methodUpdate(DoubleVector, DoubleVector) Updates the test statistic with new sample data.
Public methodCode exampleUpdate(IDFColumn, IDFColumn) Updates the test statistic with new sample data.
Public methodUpdate(Int32, Int32) Updates the test statistic with new sample data.
Public methodUpdate(Double, Double, Int32) Updates the test statistic with new sample parameters.
Top
See Also