Click or drag to resize

PearsonsChiSquareTestUpdate Method

Overload List
 NameDescription
Public methodUpdate(Double) Update the test with an externally derived chi-square statistic.
Public methodUpdate(Int32) Update contigency table for the test of independence between two variables.
Public methodUpdate(Double, Double) Update the test with an externally derived chi-square statistic and the degrees of freedom
Public methodUpdate(Int32, DoubleVector) Perform a chi-square test using empirical data tracking the outcomes of a series of experiment runs along with the expected frequencies of outcomes for any one particular experiment run.
Public methodUpdate(Int32, Boolean) Update contigency table for the test of independence between two variables.
Public methodUpdate(Int32, Double) Update contigency table for the test of independence between two variables.
Public methodUpdate(Double, Double, Double) Update the test with an externally derived chi-square statistic, the degrees of freedom and the alpha value
Public methodUpdate(Int32, DoubleVector, Double) Perform a chi-square test using empirical data tracking the outcomes of a series of experiment runs along with the expected frequencies of outcomes for any one particular experiment run.
Public methodUpdate(Int32, Double, Boolean) Update contigency table for the test of independence between two variables.
Top
See Also