se.alipsa.groovy.stats.contingency.Boschloo.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of matrix-stats Show documentation
Show all versions of matrix-stats Show documentation
Statistical hypothesis tests based on Matrix data.
The newest version!
package se.alipsa.groovy.stats.contingency
/**
* Boschloo's test is a statistical hypothesis test for analysing 2x2 contingency tables.
* It examines the association of two Bernoulli distributed random variables and is a uniformly
* more powerful alternative to Fisher's exact test
*/
class Boschloo {
}