X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurmetastats.h;h=c707b642f05ebe96b830b2babb6abf90929b04c3;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=6c1f2f827dbdb4b0bdce33e573604ffe90082706;hpb=783b9ef8e739307aed392f35970701f6b53390fb;p=mothur.git diff --git a/mothurmetastats.h b/mothurmetastats.h index 6c1f2f8..c707b64 100644 --- a/mothurmetastats.h +++ b/mothurmetastats.h @@ -23,15 +23,26 @@ class MothurMetastats { private: MothurOut* m; - int row, column, numPermutations; + int row, column, numPermutations, secondGroupingStart; double threshold; - + + vector permuted_pvalues(vector< vector >&, vector&, vector< vector >&); + vector permute_and_calc_ts(vector< vector >&); + int start(vector&, int, vector&, vector< vector >&); //Find the initial values for the matrix int meanvar(vector&, int, vector&); int testp(vector&, vector&, vector&, int, vector&, vector&); int permute_matrix(vector&, vector&, int, vector&, vector&, vector&); int permute_array(vector&); int calc_twosample_ts(vector&, int, vector&, vector&, vector&); + double smoothSpline(vector&, vector&, int); + vector calc_qvalues(vector&); + vector sknot1(double*, int); + int nkn(int); + int OrderPValues(int, int, vector&, vector&); + int swapElements(int, int, vector&, vector&); + vector getSequence(int, int, int); + }; #endif