home *** CD-ROM | disk | FTP | other *** search
-
-
- void PolyCurveFit(float *indvar,float *depvar,int numobs,int order,
- float *coef,float *yest,float *resid,float *see,float *coefsig,
- float *rsq,float *r,char *cferror);
-
- void CubicSplines(float *x,float *y,int n,float *s);
-
- void CalcSpline(float *xv,float *coef,int n,float x,float *y);