Overload List

  NameDescription
Update(DoubleVector)
Updates the test statistic with new sample data.
Update(IDFColumn)
Updates the test statistic with new sample data.
Update(Double)
Updates the test statistic with a new population mean.
Update(array<Double>[]()[])
Updates the test statistic with new sample data.
Update(array<Int32>[]()[])
Updates the test statistic with new sample data.
Update(DoubleVector, Double)
Updates the test statistic with new sample data and population mean.
Update(IDFColumn, Double)
Updates the test statistic with new sample data and population mean.
Update(array<Double>[]()[], Double)
Updates the test statistic with new sample data and population mean.
Update(array<Int32>[]()[], Double)
Updates the test statistic with new sample data and population mean.
Update(Double, Double, Int32)
Updates the test statistic with new sample parameters.
Update(Double, Double, Int32, Double)
Updates the test statistic with new sample and population parameters.

See Also