Click or drag to resize

OneSampleTTest Methods

The OneSampleTTest type exposes the following members.

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