]> git.donarmstrong.com Git - mothur.git/blobdiff - qstat.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / qstat.h
diff --git a/qstat.h b/qstat.h
index 16b8b4d2f23d3dbe053c68ec1e9abf2214c9610d..699ba55c4910e2c565f0c282ecb21f1096a9cd60 100644 (file)
--- a/qstat.h
+++ b/qstat.h
@@ -10,7 +10,7 @@
  */
 #include "calculator.h"
 
-/*This class implements the LogSD estimator on single group. 
+/*This class implements the q statistic on single group. 
 It is a child of the calculator class.*/ 
 
 /***********************************************************************/
@@ -18,9 +18,11 @@ It is a child of the calculator class.*/
 class QStat : public Calculator  {
        
 public:
-       QStat() : Calculator("qstat", 3) {};
+       QStat() : Calculator("qstat", 1, false) {};
+
        EstOutput getValues(SAbundVector*);
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Qstat"; }
 
 private:
        RAbundVector rdata;