X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=mothurmetastats.h;h=4d6cf9166816f9f775e97eedc8a3231ec6daecd8;hp=d80b68709b7bbd8417a26e47b3b6596d9a4fec77;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=d0051dc9939d3477bd92b42c86bcd3eda743b955 diff --git a/mothurmetastats.h b/mothurmetastats.h index d80b687..4d6cf91 100644 --- a/mothurmetastats.h +++ b/mothurmetastats.h @@ -23,9 +23,12 @@ 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&);