


Local Regression and Likelihood, Figure 5.4. Author: Catherine Loader Bivariate Density Estimation.


0001 % Local Regression and Likelihood, Figure 5.4. 0002 % Author: Catherine Loader 0003 % 0004 % Bivariate Density Estimation. 0005 0006 load trimod; 0007 fit = locfit([x0 x1],'alpha',0.35); 0008 lfplot(fit);