Click or drag to resize

PearsonsChiSquareTest Properties

The PearsonsChiSquareTest type exposes the following members.

Properties
 NameDescription
Public propertyAlpha Gets and sets the alpha level associated with this hypothesis test.
Public propertyChiSquareStatistic Gets the chi-square statistic, or the sum of all chi-square values across all expr outcomes.
Public propertyStatic memberDefaultAlpha Gets and sets the default alpha level associated with the PearsonChiSquareTest. Used to determine whether or not to reject the null hypothesis.
Public propertyStatic memberDefaultDF The default degrees of freedom. If degrees of freedom are not supplied, then assume that each experiment has 1 degree of freedom, or only two possible outcomes.
Public propertyStatic memberDefaultIsYatesCorrected Default behavior for computing the Chi-square statistic is to not use Yates correction for 2 × 2 contingency tables.
Public propertyDegreesOfFreedom Gets the degrees of freedom.
Public propertyDistribution Gets the chi-square distribution for this set of experiment runs based on the degrees of freedom in the experiment.
Public propertyIsYatesCorrected Returns true is the calcuation of the chi-square statistic for 2 × 2 contingency tables uses Yates correction; otherwise, false.
Public propertyN Gets the sample size.
Public propertyP Gets the p-value associated with the test statistic.
Public propertyReject Returns true if the null hypothesis can be rejected, using the current hypothesis type and alpha level; otherwise, false.
Top
See Also