ContingencyTable Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetChiSquareTest Returns the Chi-Square test for the contingency table.
GetFisherExactProbability(Boolean, Double) Gets the probability of Fisher's exact test for the contingency table.
GetFisherExactProbability(HypothesisType, Boolean) Gets the probability of Fisher's exact test for the contingency table.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetLikelihoodRatioTest Returns the likelihood ratio test for the contingency table.
GetMantelHaenszelTest Returns the Mantel-Haenszel Chi-Square test for the contingency table.
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetYatesCorrectedChiSquareTest Returns the Yates-corrected Chi-Square test for the contingency table.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also