Click or drag to resize

NMathFunctionsFishersExactTest Method

Overload List
 NameDescription
Public methodStatic memberFishersExactTest(DataFrame) Returns the one-tailed Fisher's Exact Test p-value for the specified 2 x 2 contingency table and alternative hypothesis.
Public methodStatic memberFishersExactTest(Int32) Returns the one-tailed Fisher's Exact Test p-value for the specified 2 x 2 contingency table and alternative hypothesis.
Public methodStatic memberFishersExactTest(DataFrame, HypothesisType) Returns the Fisher's Exact Test p-value for the specified 2 x 2 contingency table and alternative hypothesis.
Public methodStatic memberFishersExactTest(Int32, HypothesisType) Returns the Fisher's Exact Test p-value for the specified 2 x 2 contingency table and alternative hypothesis.
Public methodStatic memberFishersExactTest(Int32, Int32, Int32, Int32) Returns the one-tailed Fisher's Exact Test p-value for the specified 2 x 2 contingency table.
Public methodStatic memberFishersExactTest(Int32, Int32, Int32, Int32, HypothesisType) Returns the Fisher's Exact Test p-value for the specified 2 x 2 contingency table and alternative hypothesis.
Top
See Also