|  | Two | 
The TwoSamplePairedTTest type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this TwoSamplePairedTTest. | 
|  | ToString | Returns a formatted string representation of the test results. (Overrides ObjectToString) | 
|  | Update(Double, Double) | Updates the test statistic with new sample data. | 
|  | Update(DoubleVector, DoubleVector) | Updates the test statistic with new sample data. | 
|   | Update(IDFColumn, IDFColumn) | Updates the test statistic with new sample data. | 
|  | Update(Int32, Int32) | Updates the test statistic with new sample data. | 
|  | Update(Double, Double, Int32) | Updates the test statistic with new sample parameters. | 
 See Also
See Also