X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=geom.h;h=a07676b6573ada920e9770d462ddbcd8b8be196d;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=b9da73f06594fd6fd41e62328698081d6213a278;hpb=51cf89e90eef8b300c2786eb1560dd89e6e83445;p=mothur.git diff --git a/geom.h b/geom.h index b9da73f..a07676b 100644 --- a/geom.h +++ b/geom.h @@ -11,7 +11,7 @@ */ #include "calculator.h" -/* This class implements the LogSD estimator on single group. +/* This class implements the geometric estimator on single group. It is a child of the calculator class. */ /***********************************************************************/ @@ -19,10 +19,12 @@ It is a child of the calculator class. */ class Geom : public Calculator { public: - Geom() : Calculator("geom", 3) {}; - EstOutput getValues(SAbundVector*); - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;}; + Geom() : Calculator("geometric", 3, false) {}; + + EstOutput getValues(SAbundVector*); + EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Geometric"; } private: double kEq(double, double); RAbundVector getRAbundVector(SAbundVector*);