X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurmetastats.h;fp=mothurmetastats.h;h=4d6cf9166816f9f775e97eedc8a3231ec6daecd8;hb=57b3c96832667c1b70d4d526331f52e3d49e8237;hp=d80b68709b7bbd8417a26e47b3b6596d9a4fec77;hpb=17fe3208075e55133789b247c062e6474f7439b0;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&);