Overload List

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

See Also