Mercurial > repos > vipints > rdiff
view rDiff/src/locfit/m/lfknots.m @ 3:29a698dc5c7e default tip
Merge multiple heads.
author | Dave Bouvier <dave@bx.psu.edu> |
---|---|
date | Mon, 27 Jan 2014 14:15:36 -0500 |
parents | 0f80a5141704 |
children |
line wrap: on
line source
function z=lfknots(fit,varargin) % % very spartan version of the S lfknots function... % % Author: Catherine Loader. z = fit.fit_points.fitted_values; return;