Local Regression and Likelihood, Figure 9.1. Hardle's Motorcycle accelaration dataset. Just a scatterplot! Author: Catherine Loader
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');