]> git.donarmstrong.com Git - mothur.git/blobdiff - qstat.h
modified some calculators and other stuff - pds
[mothur.git] / qstat.h
diff --git a/qstat.h b/qstat.h
index 3911dc14f1905ad106e1c426f28c017de6406040..b0c985a88a45d7ad88a6a868db0aee7097998f2c 100644 (file)
--- a/qstat.h
+++ b/qstat.h
@@ -5,12 +5,12 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 3/4/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 #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,7 +18,7 @@ It is a child of the calculator class.*/
 class QStat : public Calculator  {
        
 public:
-       QStat() : Calculator("qstat", 3) {};
+       QStat() : Calculator("qstat", 1) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};