Home > chronux > locfit > Book > fig2_2.m

fig2_2

PURPOSE ^

Local Regression and Likelihood, Figure 2.2.

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Local Regression and Likelihood, Figure 2.2.

 Using different smoothing parameters.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Local Regression and Likelihood, Figure 2.2.
0002 %
0003 % Using different smoothing parameters.
0004 
0005 load ethanol;
0006 fit = locfit(E,NOx,'alpha',0.5);
0007 figure('Name', 'figure2_2: Smoothing parameters' );
0008 lfplot(fit);

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