X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurmetastats.h;fp=mothurmetastats.h;h=229ffb65a401b61472dad302677037161ce27642;hb=7f0cae4f4853cc3f12bc751ee06ea31c7c97496e;hp=6c1f2f827dbdb4b0bdce33e573604ffe90082706;hpb=113672689e4c84383a0304bfd21fb9574a77866c;p=mothur.git diff --git a/mothurmetastats.h b/mothurmetastats.h index 6c1f2f8..229ffb6 100644 --- a/mothurmetastats.h +++ b/mothurmetastats.h @@ -32,6 +32,18 @@ class MothurMetastats { int permute_matrix(vector&, vector&, int, vector&, vector&, vector&); int permute_array(vector&); int calc_twosample_ts(vector&, int, vector&, vector&, vector&); + vector smoothSpline(vector, vector, int); + vector calc_qvalues(vector&); + vector sknot1(vector); + int nkn(int); + int OrderPValues(int, int, vector&, vector&); + int swapElements(int, int, vector&, vector&); + vector getSequence(int, int, int); + + int spline(vector&, vector&, int, int, vector&); + int splint(vector&, vector&, double&, double&, vector&); + + }; #endif