X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=invsimpson.h;fp=invsimpson.h;h=1471a6cf9997c23e0c3b88cb1549ee7bb4471ac5;hb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;hp=0000000000000000000000000000000000000000;hpb=1b73ff67c83892a025e597dabd9df6fe7b58206a;p=mothur.git diff --git a/invsimpson.h b/invsimpson.h new file mode 100644 index 0000000..1471a6c --- /dev/null +++ b/invsimpson.h @@ -0,0 +1,30 @@ +#ifndef INVSIMPSON +#define INVSIMPSON + +/* + * invsimpson.h + * Mothur + * + * Created by Pat Schloss on 8/20/10. + * Copyright 2010 Schloss Lab. All rights reserved. + * + */ + + + +#include "calculator.h" + +/***********************************************************************/ + +class InvSimpson : public Calculator { + +public: + InvSimpson() : Calculator("invsimpson", 3, false) {}; + EstOutput getValues(SAbundVector*); + EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/InvSimpson"; } +}; + +/***********************************************************************/ + +#endif