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 lfplot(fit);

Generated on Tue 28-Mar-2006 14:37:41 by m2html © 2003