]> git.donarmstrong.com Git - mothur.git/blob - fisher2.h
initial add of metastats
[mothur.git] / fisher2.h
1 //#ifndef GUARD_fisher2
2 //#define GUARD_fisher2
3
4 void fexact(int *nrow, int *ncol, double *table, int *ldtabl,
5        double *expect, double *percnt, double *emin, double *prt,
6        double *pre, /* new in C : */ int *workspace);
7
8 //#endif GUARD_fisher2
9