Click or drag to resize

OneSampleZTestUpdate Method

Overload List
 NameDescription
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 population parameters.
Public methodUpdate(Double, Int32) Updates the test statistic with new sample parameters.
Public methodUpdate(Double, Double, Double) Updates the test statistic with new sample data and population parameters.
Public methodUpdate(DoubleVector, Double, Double) Updates the test statistic with new sample data and population parameters.
Public methodUpdate(IDFColumn, Double, Double) Updates the test statistic with new sample data and population parameters.
Public methodUpdate(Int32, Double, Double) Updates the test statistic with new sample data and population parameters.
Public methodUpdate(Double, Int32, Double, Double) Updates the test statistic with new sample and population parameters.
Top
See Also