Home > chronux > locfit > m > lfknots.m

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 28-Sep-2012 12:34:30 by m2html © 2005