X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=qstat.h;h=5bc6d9e5b92f8dfdd1cce82abd08615c651ca6b1;hb=86b6cc7ce1ec7fce12cdfdd6225de4dee7cfbdbf;hp=16b8b4d2f23d3dbe053c68ec1e9abf2214c9610d;hpb=51cf89e90eef8b300c2786eb1560dd89e6e83445;p=mothur.git diff --git a/qstat.h b/qstat.h index 16b8b4d..5bc6d9e 100644 --- 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,10 @@ 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;}; private: RAbundVector rdata;