Click or drag to resize

TTestTwoSample.Update Method

Overload List
  NameDescription
Public methodUpdate(Double[],Double[])
Updates test statistic using provided sample.
(Inherited from TwoSampleTest.)
Public methodUpdate(Vector, Vector)
Updates test statistic using provided sample.
(Inherited from TwoSampleTest.)
Public methodUpdate(Double[],Double[], Boolean)
Updates test statistic using provided samples.
Public methodUpdate(Vector, Vector, Boolean)
Updates test statistic using provided samples.
Public methodUpdate(Double[], Int32, Int32,Double[], Int32, Int32)
Updates test statistic using provided samples.
(Overrides TwoSampleTest.Update(Double[], Int32, Int32,Double[], Int32, Int32).)
Top
See Also