Home > chronux_1_0 > locfit > Book > fig4_4.m

fig4_4

PURPOSE ^

Local Regression and Likelihood, Figure 4.4.

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Local Regression and Likelihood, Figure 4.4.
 Author: Catherine Loader

 AIC plot for a local poisson regression.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Local Regression and Likelihood, Figure 4.4.
0002 % Author: Catherine Loader
0003 %
0004 % AIC plot for a local poisson regression.
0005 
0006 load mine;
0007 a = (0.4:0.05:1)';
0008 aicplot(a,extrp,frac,'family','poisson','deg',1);

Generated on Fri 09-Jun-2006 23:38:05 by m2html © 2003