lfknots

PURPOSE ^

SYNOPSIS ^

function z=lfknots(fit,varargin)

DESCRIPTION ^

 very spartan version of the S lfknots function...

 Author: Catherine Loader.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function z=lfknots(fit,varargin)
0002 %
0003 % very spartan version of the S lfknots function...
0004 %
0005 % Author: Catherine Loader.
0006 
0007 z = fit.fit_points.fitted_values;
0008 
0009 return;

Generated on Fri 12-Aug-2011 11:36:15 by m2html © 2005