X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=84f9be31f82ebc2c27aa19563fb5366519e1cba8;hb=20071b183e619c122bf9f63b4bb42722507c4e4a;hp=0d2e86f24cb258b24e78367e1427fc7ee2bc7d31;hpb=8159f34321e2c771638059b59a986caca9f3ab60;p=mothur.git diff --git a/mothurout.h b/mothurout.h index 0d2e86f..84f9be3 100644 --- a/mothurout.h +++ b/mothurout.h @@ -155,6 +155,9 @@ class MothurOut { unsigned int fromBase36(string); int getRandomIndex(int); //highest double getStandardDeviation(vector&); + vector getStandardDeviation(vector< vector >&); + vector getStandardDeviation(vector< vector >&, vector&); + vector getAverages(vector< vector >&); int control_pressed; bool executing, runParse, jumble, gui, mothurCalling, debug;