]> git.donarmstrong.com Git - mothur.git/blobdiff - jackknife.h
fixes while testing 1.33.0
[mothur.git] / jackknife.h
index 70f1dcad196ad15113873a059483ab18557de585..fe9f6b618ee8ce1a6a96a9fc3ea96f94ee722848 100644 (file)
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class Jackknife : public Calculator  {
        
 public:
-       Jackknife() : Calculator("Jackknife", 3, false) {       getAMatrix(); };
+       Jackknife() : Calculator("jackknife", 3, false) {       getAMatrix(); };
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Jackknife"; }
 
 private:
        static const int maxOrder = 30;