- Author
- prussell Fisher's method to combine results of several independent tests bearing upon the same overall hypothesis
| broad.core.math.FisherCombinedProbabilityTest.FisherCombinedProbabilityTest |
( |
double[] |
pvals | ) |
|
Instantiate with array of P values
- Parameters
-
| pvals | The P values from the independent tests |
| broad.core.math.FisherCombinedProbabilityTest.FisherCombinedProbabilityTest |
( |
Collection< Double > |
pvals | ) |
|
Instantiate with collection of P values
- Parameters
-
| pvals | The P values from the independent tests |
| double broad.core.math.FisherCombinedProbabilityTest.getCombinedPvalue |
( |
| ) |
|
Get the P value of the test statistic
- Returns
- The P value with respect to the null chi square distribution
| double broad.core.math.FisherCombinedProbabilityTest.getNullDistDegreesOfFreedom |
( |
| ) |
|
Get the number of degrees of freedom of the null chi square distribution
- Returns
- The number of degrees of freedom
| double broad.core.math.FisherCombinedProbabilityTest.getTestStatistic |
( |
| ) |
|
Get the Fisher test statistic X^2
- Returns
- The test statistic
The documentation for this class was generated from the following file: