| |
| | [No title] (Site not responding. Last check: 2007-10-21) |
 | | PRO spline_smooth,X,Y,Yerr,distance,coefficients,smoothness,xplot,yplot,TEXTOUT=textout,XTITLE=xtitle,YTITLE=ytitle, INTERP=interp,SILENT=silent,PLOT=plot,ERRBAR=errbar ;+NAME: ; SPLINE_SMOOTH ; ; PURPOSE: ; ; Construct cubic smoothing spline (or give regression solution) to given ; data with minimum "roughness" (measured by the energy in the second ; derivatives) whilst restricting the weighted mean square distance ; of the approximation from the data. |
 | | The results may be written to ; the screen or a file or both and are optionally returned in the ; parameters. |
 | | ; yplot - vector of evaluated spline ordinates. |
| www.pa.msu.edu /courses/2004spring/AST802/Bobs_Idl_Pros/Astronomy/math/spline_smooth.pro (321 words) |
|