Overload List

  NameDescription
Update(Double)
Update the test with an externally derived chi-square statistic.
Update(array<Int32,2>[,](,)[,])
Update contigency table for the test of independence between two variables.
Update(Double, Double)
Update the test with an externally derived chi-square statistic and the degrees of freedom
Update(array<Int32,2>[,](,)[,], Boolean)
Update contigency table for the test of independence between two variables.
Update(array<Int32,2>[,](,)[,], Double)
Update contigency table for the test of independence between two variables.
Update(array<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.
Update(Double, Double, Double)
Update the test with an externally derived chi-square statistic, the degrees of freedom and the alpha value
Update(array<Int32,2>[,](,)[,], Double, Boolean)
Update contigency table for the test of independence between two variables.
Update(array<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.

See Also