X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurmetastats.h;h=4d6cf9166816f9f775e97eedc8a3231ec6daecd8;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=d80b68709b7bbd8417a26e47b3b6596d9a4fec77;hpb=d0051dc9939d3477bd92b42c86bcd3eda743b955;p=mothur.git 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&);