NMath |
| Name | Description | |
|---|---|---|
| FishersExactTest(DataFrame) | Returns the one-tailed Fisher's Exact Test p-value for the specified 2 x 2 contingency table and alternative hypothesis. | |
| FishersExactTest(Int32) | Returns the one-tailed Fisher's Exact Test p-value for the specified 2 x 2 contingency table and alternative hypothesis. | |
| FishersExactTest(DataFrame, HypothesisType) | Returns the Fisher's Exact Test p-value for the specified 2 x 2 contingency table and alternative hypothesis. | |
| FishersExactTest(Int32, HypothesisType) | Returns the Fisher's Exact Test p-value for the specified 2 x 2 contingency table and alternative hypothesis. | |
| FishersExactTest(Int32, Int32, Int32, Int32) | Returns the one-tailed Fisher's Exact Test p-value for the specified 2 x 2 contingency table. | |
| FishersExactTest(Int32, Int32, Int32, Int32, HypothesisType) | Returns the Fisher's Exact Test p-value for the specified 2 x 2 contingency table and alternative hypothesis. |