Home > chronux > 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 figure('Name','fig4_4: AIC plot for local poisson regression' );
0009 aicplot(a,extrp,frac,'family','poisson','deg',1);

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