Categorygithub.com/glycerine/golang-fisher-exact
repositorypackage
0.0.0-20250528215632-d3a23f7c8af7
Repository: https://github.com/glycerine/golang-fisher-exact.git
Documentation: pkg.go.dev

# README

golang-fisher-exact

Fisher's exact test for 2x2 contingency tables, in Golang (Go).

Ported from the C/C++ at https://github.com/gatoravi/fisher-exact

MIT licensed.

Update: I'd recommend https://github.com/glycerine/fisherexact over this version now. It is very similar, but with patches for extreme value handling from htslib, and a chi-squared test included too. Plus an introduction to using the FET.