HypothesisTests.jl
HypothesisTests.jl copied to clipboard
Docstring for FisherExactTest is misleading
The docstring for the FisherExactTest is misleading as "success probabilities" usually refers to a/(a+c) (i.e. successes/total attempts).
https://github.com/JuliaStats/HypothesisTests.jl/blob/c924a8e1d39e20e551e1dad5e0628808355458c3/src/fisher.jl#L30
It should just say "success probabilitiesa/(a+c)
and b/(b+d)
" then...