]> git.donarmstrong.com Git - mothur.git/blobdiff - uvest.h
Initial revision
[mothur.git] / uvest.h
diff --git a/uvest.h b/uvest.h
new file mode 100644 (file)
index 0000000..7c7ac6f
--- /dev/null
+++ b/uvest.h
@@ -0,0 +1,33 @@
+#ifndef UVEST_H
+#define UVEST_H
+/*
+ *  uvest.h
+ *  Dotur
+ *
+ *  Created by Sarah Westcott on 1/8/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+/* This class implements the UVEst estimator on two groups. 
+It is used by sharedJAbund and SharedSorensonAbund. */
+using namespace std;
+
+#include <Carbon/Carbon.h>
+#include <vector>
+#include <iostream>
+#include <fstream>
+#include "sharedrabundvector.h"
+
+typedef vector<double> EstOutput;
+
+/***********************************************************************/
+class UVEst {
+       public:
+               EstOutput getUVest(SharedRAbundVector* shared1, SharedRAbundVector* shared2);           
+};
+/***********************************************************************/
+
+#endif
\ No newline at end of file