Click or drag to resize

PearsonsChiSquaredTestUpdate Method

Overload List
  NameDescription
Public methodUpdate(Double)
Updates test statistic using provided sample.
(Inherited from OneSampleTest.)
Public methodUpdate(Vector)
Updates test statistic using provided sample.
(Inherited from OneSampleTest.)
Public methodUpdate(Double, Int32, Int32)
Updates test statistic using provided sample.
(Inherited from OneSampleTest.)
Public methodUpdate(Double, CUDistribution, Int32)
Updates test statistic using provided sample.
Public methodUpdate(Vector, CUDistribution, Int32)
Updates test statistic using provided sample.
Public methodUpdate(Double, Vector, Vector, Int32)
Updates test statistic using provided sample.
Public methodUpdate(Double, Vector, CUDistribution, Int32)
Updates test statistic using provided sample.
Public methodUpdate(Double, Int32, CUDistribution, Int32)
Updates test statistic using provided sample.
Public methodUpdate(Vector, Vector, Vector, Int32)
Updates test statistic using provided sample.
Public methodUpdate(Vector, Vector, CUDistribution, Int32)
Updates test statistic using provided sample.
Public methodUpdate(Vector, Int32, CUDistribution, Int32)
Updates test statistic using provided sample.
Top
See Also