The LOESS Procedure

Model Degrees of Freedom

The approximate model degrees of freedom in a nonparametric fit is a number that is analogous to the number of free parameters in a parametric model. There are three commonly used measures of model degrees of freedom in nonparametric models. These criteria are as follows:

\begin{eqnarray*}  \mbox{DF1} &  \equiv &  \mbox{Trace} (\bL ) \\ \mbox{DF2} &  \equiv &  \mbox{Trace} (\bL ^\prime \bL )\\ \mbox{DF3} &  \equiv &  2 \mbox{Trace} \bL - \mbox{Trace} (\bL ^\prime \bL ) \end{eqnarray*}

A discussion of their properties can be found in Hastie and Tibshirani (1990). DF2 is also referred to as the Equivalent Number of Parameters, and this is the name that PROC LOESS uses for DF2 when it appears in the Fit Summary table.