Home > chronux > locfit > m > hatmatrix.m

hatmatrix

PURPOSE ^

SYNOPSIS ^

function z=hatmatrix(varargin)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function z=hatmatrix(varargin)
0002 
0003 fit = locfit(varargin{:},'module','hatm');
0004 z = lfknots(fit)';
0005 
0006 return;

Generated on Fri 28-Sep-2012 12:34:30 by m2html © 2005