X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurfisher.h;fp=mothurfisher.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=2742f97213e7bc99a080143b4d91e061dca7b2d0;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/mothurfisher.h b/mothurfisher.h deleted file mode 100644 index 2742f97..0000000 --- a/mothurfisher.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef MOTHUR_FISHER -#define MOTHUR_FISHER - -/* - * mothurfisher.h - * Mothur - * - * Created by westcott on 7/8/11. - * Copyright 2011 Schloss Lab. All rights reserved. - * - */ - - -#include "mothurout.h" - -class MothurFisher { - -public: - MothurFisher(){} - ~MothurFisher(){} - - double fexact(double, double, double, double); - -private: - MothurOut* m; - double sleft, sright, sless, slarg; - double sn11,sn1_,sn_1,sn,sprob; - double lngamm(double); - double lnfact(double); - double lnbico(double, double); - double hyper_323(double, double, double, double); - double myhyper(double); - double hyper0(double, double, double, double); - double exact(double, double, double, double); -}; - - -#endif -