Interface UnconditionedExactTest.BoschlooStatistic
- Enclosing class:
UnconditionedExactTest
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Compute the statistic for Boschloo's test.
- Since:
- 1.1
-
Method Summary
-
Method Details
-
value
Compute Fisher's p-value for the 2x2 contingency table with the observed valuexin position [0][0]. Note that the table margins are fixed and are defined by the population size, number of successes and sample size of the specified hypergeometric distribution.- Parameters:
dist- Hypergeometric distribution.x- Value.- Returns:
- Fisher's p-value
-