X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=qstat.h;h=699ba55c4910e2c565f0c282ecb21f1096a9cd60;hp=3911dc14f1905ad106e1c426f28c017de6406040;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=eb1c88346fb246e95a6b38935b103f95e38b82ca diff --git a/qstat.h b/qstat.h index 3911dc1..699ba55 100644 --- 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,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) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Qstat"; } private: RAbundVector rdata;