X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=efron.h;fp=efron.h;h=e485c5399a5f75fd46f8b749b6b1196f847d0884;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=44aee5a89162d7604bc8d8e4cf68e137e242c2a0;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/efron.h b/efron.h index 44aee5a..e485c53 100644 --- a/efron.h +++ b/efron.h @@ -23,6 +23,7 @@ public: Efron(int size) : f(size), Calculator("efron", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Efron"; } private: int f; };