X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=linearalgebra.h;h=3c86cb1de9fb697bac4aae04adc298c8994b4e83;hp=5819ea85d8deefba15ca1c45ccf03efd21c9321a;hb=615301e57c25e241356a9c2380648d117709458d;hpb=b25ede2ad307ae76f8a610443e0ec3ec69621ce7 diff --git a/linearalgebra.h b/linearalgebra.h index 5819ea8..3c86cb1 100644 --- a/linearalgebra.h +++ b/linearalgebra.h @@ -43,7 +43,7 @@ public: vector solveEquations(vector >, vector); vector solveEquations(vector >, vector); vector > getInverse(vector >); - + double choose(double, double); private: MothurOut* m; @@ -57,6 +57,7 @@ private: double gcf(double&, const double, const double, double&); double erfcc(double); double gammp(const double, const double); + double pnorm(double x); double ran0(int&); //for testing double ran1(int&); //for testing @@ -70,7 +71,8 @@ private: void ludcmp(vector >&, vector&, float&); void lubksb(vector >&, vector&, vector&); - + + };