Click or drag to resize

PearsonsChiSquareTest Methods

The PearsonsChiSquareTest type exposes the following members.

Methods
 NameDescription
Public methodcalculateExprRuns Count how many times the experiment has been run by summing all experiment outcomes 8
Public methodClone Creates a deep copy of this OneSampleTTest.
Public methodToString Returns a formatted string representation of the test results.
(Overrides ObjectToString)
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