Public Member Functions | |
FisherExactArray () | |
Constructs a 2 x 2 contingency table for the Fisher Exact Test. | |
override NUMBER | p () |
Gets the probability p for the Fisher Exact Text. |
See generally Stanton A. Glantz, Primer of Biostatistics ch. 5 (6th ed. 2005); Jerrold H. Zar, Biostatistical Analysis ch. 24 (5th ed. 2010 [sic]).
Definition at line 12 of file FisherExactArray.cs.
StephenAshley.Biostatistics.FisherExactArray.FisherExactArray | ( | ) |
Constructs a 2 x 2 contingency table for the Fisher Exact Test.
Definition at line 17 of file FisherExactArray.cs.
override NUMBER StephenAshley.Biostatistics.FisherExactArray.p | ( | ) | [virtual] |
Gets the probability p for the Fisher Exact Text.
Reimplemented from StephenAshley.Biostatistics.ChiSquaredArray.
Definition at line 23 of file FisherExactArray.cs.