


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 plot(time,accel,'.'); 0009 xlabel('Time'); 0010 ylabel('Acceleration');