Click or drag to resize

PearsonsChiSquareTest Constructor

Overload List
 NameDescription
Public methodPearsonsChiSquareTest Default constructor. Constructs a PearsonsChiSquareTest instance with the default degrees of freedom and default alpha.
Public methodPearsonsChiSquareTest(Double) Constructs a PearsonsChiSquareTest from the given value of the test statistic.
Public methodPearsonsChiSquareTest(Int32) Test of independence. Asseses whether paired observations on two variables provided in the form of a contingency table are independent. Use the default alpha to determine accept/reject.
Public methodPearsonsChiSquareTest(Double, Double) Constructs a PearsonsChiSquareTest from the given value of the test statistic.
Public methodPearsonsChiSquareTest(Int32, DoubleVector) Constructs a PearsonsChiSquareTest 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 methodPearsonsChiSquareTest(Int32, Boolean) Test of independence. Asseses whether paired observations on two variables provided in the form of a contingency table are independent. Use the default alpha to determine accept/reject.
Public methodPearsonsChiSquareTest(Int32, Double) Test of independence. Asseses whether paired observations on two variables provided in the form of a contingency table are independent.
Public methodPearsonsChiSquareTest(Double, Double, Double) Constructs a PearsonsChiSquareTest from the given value of the test statistic.
Public methodPearsonsChiSquareTest(Int32, DoubleVector, Double) Constructs a PearsonsChiSquareTest 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 methodPearsonsChiSquareTest(Int32, Double, Boolean) Test of independence. Asseses whether paired observations on two variables provided in the form of a contingency table are independent.
Top
See Also