]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurmetastats.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / mothurmetastats.h
index 6c1f2f827dbdb4b0bdce33e573604ffe90082706..d80b68709b7bbd8417a26e47b3b6596d9a4fec77 100644 (file)
@@ -32,6 +32,14 @@ class MothurMetastats {
                int permute_matrix(vector<double>&, vector<double>&, int, vector<double>&, vector<double>&, vector<double>&);
                int permute_array(vector<int>&);
                int calc_twosample_ts(vector<double>&, int, vector<double>&, vector<double>&, vector<double>&);
+               double smoothSpline(vector<double>&, vector<double>&, int);
+               vector<double> calc_qvalues(vector<double>&);
+               vector<double> sknot1(double*, int);
+               int nkn(int);
+               int OrderPValues(int, int, vector<double>&, vector<int>&);
+               int swapElements(int, int, vector<double>&, vector<int>&);
+               vector<int> getSequence(int, int, int);
+               
 };
        
 #endif