view rDiff/src/locfit/m/lfknots.m @ 1:08d3a6143873

Deleted selected files
author vipints
date Tue, 08 Oct 2013 06:54:25 -0400
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;