From: <nir...@us...> - 2012-03-27 18:24:01
|
Revision: 10076 http://octave.svn.sourceforge.net/octave/?rev=10076&view=rev Author: nir-krakauer Date: 2012-03-27 18:23:55 +0000 (Tue, 27 Mar 2012) Log Message: ----------- Added a reference Modified Paths: -------------- trunk/octave-forge/main/splines/inst/csaps.m Modified: trunk/octave-forge/main/splines/inst/csaps.m =================================================================== --- trunk/octave-forge/main/splines/inst/csaps.m 2012-03-27 17:50:14 UTC (rev 10075) +++ trunk/octave-forge/main/splines/inst/csaps.m 2012-03-27 18:23:55 UTC (rev 10076) @@ -33,6 +33,8 @@ ## an intermediate amount of smoothing is chosen (the smoothing term and the interpolation term are scaled to be of the same magnitude) ## @end table ## +## Reference: Carl de Boor (1978), A Practical Guide to Splines, Springer, Chapter XIV +## ## @end deftypefn ## @seealso{spline, csapi, ppval, gcvspl} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |