comparison rDiff/src/locfit/m/lfknots.m @ 0:0f80a5141704

version 0.3 uploaded
author vipints
date Thu, 14 Feb 2013 23:38:36 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0f80a5141704
1 function z=lfknots(fit,varargin)
2 %
3 % very spartan version of the S lfknots function...
4 %
5 % Author: Catherine Loader.
6
7 z = fit.fit_points.fitted_values;
8
9 return;