Home > chronux > locfit > Book > fig9_1.m

fig9_1

PURPOSE ^

Local Regression and Likelihood, Figure 9.1.

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Local Regression and Likelihood, Figure 9.1.

 Hardle's Motorcycle accelaration dataset. Just a scatterplot!

 Author: Catherine Loader

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Local Regression and Likelihood, Figure 9.1.
0002 %
0003 % Hardle's Motorcycle accelaration dataset. Just a scatterplot!
0004 %
0005 % Author: Catherine Loader
0006 
0007 load mcyc;
0008 figure('Name','fig9_1: motorcycle scatterplot');
0009 plot(time,accel,'.');
0010 xlabel('Time');
0011 ylabel('Acceleration');

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