Mercurial > repos > vipints > rdiff
view 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 |
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;