X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurmetastats.h;h=4d6cf9166816f9f775e97eedc8a3231ec6daecd8;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=6c1f2f827dbdb4b0bdce33e573604ffe90082706;hpb=783b9ef8e739307aed392f35970701f6b53390fb;p=mothur.git diff --git a/mothurmetastats.h b/mothurmetastats.h index 6c1f2f8..4d6cf91 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