The PearsonsChiSquareTest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PearsonsChiSquareTest | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| calculateExprRuns |
Count how many times the experiment has been run by summing all experiment outcomes
8 | |
| Clone |
Creates a deep copy of this OneSampleTTest.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString |
Returns a formatted string representation of the test results.
(Overrides Object..::.ToString()()().) | |
| Update | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| Alpha |
Gets and sets the alpha level associated with this hypothesis test.
| |
| ChiSquareStatistic |
Gets the chi-square statistic, or the sum of all chi-square values across all expr outcomes.
| |
| DefaultAlpha |
Gets and sets the default alpha level associated with the PearsonChiSquareTest. Used
to determine whether or not to reject the null hypothesis.
| |
| DefaultDF |
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.
| |
| DefaultIsYatesCorrected |
Default behavior for computing the Chi-square statistic is to not use yates correction
| |
| DegreesOfFreedom |
Gets the degrees of freedom.
| |
| Distribution |
Gets the chi-square distribution for this set of experiment runs based on the degrees of
freedom in the experiment.
| |
| IsYatesCorrected |
Returns true is the calcuation of the chi-square statistic uses Yates correction; otherwise, false.
| |
| N |
Gets the sample size.
| |
| P |
Gets the p-value associated with the test statistic.
| |
| Reject |
Returns true if the null hypothesis can be rejected, using the current
hypothesis type and alpha level; otherwise, false.
|