X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=uvest.h;fp=uvest.h;h=7c7ac6f540be38e2f151568034737a01d16d5d8c;hb=20a2d0350a737a434c89f303662d64a8eeea7b05;hp=0000000000000000000000000000000000000000;hpb=bbb5879a7e566935c23d63d42bb945072424b939;p=mothur.git diff --git a/uvest.h b/uvest.h new file mode 100644 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 +#include +#include +#include +#include "sharedrabundvector.h" + +typedef vector EstOutput; + +/***********************************************************************/ +class UVEst { + public: + EstOutput getUVest(SharedRAbundVector* shared1, SharedRAbundVector* shared2); +}; +/***********************************************************************/ + +#endif \ No newline at end of file