]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
fixed seq. error align=f issue. added std and ave calcs to mothurout. working on...
[mothur.git] / mothurout.h
index 0d2e86f24cb258b24e78367e1427fc7ee2bc7d31..84f9be31f82ebc2c27aa19563fb5366519e1cba8 100644 (file)
@@ -155,6 +155,9 @@ class MothurOut {
                unsigned int fromBase36(string);
                int getRandomIndex(int); //highest
         double getStandardDeviation(vector<int>&);
+        vector<double> getStandardDeviation(vector< vector<double> >&);
+        vector<double> getStandardDeviation(vector< vector<double> >&, vector<double>&);
+        vector<double> getAverages(vector< vector<double> >&);
 
                int control_pressed;
                bool executing, runParse, jumble, gui, mothurCalling, debug;