The LOESS Procedure

Smoothing Matrix

When no iterative reweighting is done, the "Smoothing Matrix" denoted by bold upper L defines the linear relationship between the fitted and observed dependent variable values of a loess model. You can obtain the predicted values of a loess fit from the observed values via

ModifyingAbove bold y With caret equals bold upper L bold y

where bold y is the vector of observed values and ModifyingAbove bold y With caret is the corresponding vector of predicted values of the dependent variable. Note that bold upper L is an n by n matrix, where n is the number of observations in the analysis. PROC LOESS does not explicitly form bold upper L if the DFMETHOD=EXACT option is not explicitly or implicitly selected.

Last updated: December 09, 2022