Click or drag to resize

OneSampleTTestUpdate Method

Overload List
 NameDescription
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