Mercurial > hg > ltpda
diff src/ltpda_smoother/ltpda_smoother.h @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/ltpda_smoother/ltpda_smoother.h Wed Nov 23 19:22:13 2011 +0100 @@ -0,0 +1,18 @@ +/* + Header for mfnest.c + + $Id: ltpda_smoother.h,v 1.3 2008/09/25 08:16:16 hewitson Exp $ +*/ + +/* from mnfest.c */ +void print_usage(char *version); +int smooth(double *nxx, double *xx, int nx, int bw, double ol, char *method); +double median(double *x, int nx); +double mean(double *x, int nx); +double smax(double *x, int nx); +double smin(double *x, int nx); + + +/* from quick.c */ + int quickSort(double *arr, int elements); +