fishertest
v0.1.0
Published
Calculate Fisher's Exact Test with big numbers
Downloads
3
Readme
fishertest
Calculate Fisher's Exact Test with big numbers
Getting Started
Install the module with: npm install fishertest
var fisher = require('fishertest');
fisher(a, b, c, d);
Returns an instance of BigNumber
License
Copyright (c) 2014 Ben Sack Licensed under the MIT license.