Smoothers
A smoother is a tool for summarizing the trend of a response
measurement Y as a function of one or more predictor measurements
X1, ... , Xp. It produces an estimate of the trend that
is less variable than Y itself. An important property
of a smoother is its nonparametric nature. It doesn't assume
a rigid form for the dependence of Y on X1, ... , Xp.
This section gives a brief overview of the smoothers that
can be used with the GAM procedure.
Cubic Smoothing Spline
A smoothing spline is the solution to the following optimization problem:
among all functions
with
two continuous derivatives, find one that minimizes the penalized
least square

where
is a fixed constant, and
. The first term measures closeness
to the data while the second term penalizes curvature in the function.
It can be shown that there exists an explicit, unique minimizer, and
that minimizer is a natural cubic spline with knots at the unique values
of xi.
The parameter
is the smoothing parameter. Large values of
produce smoother curves while smaller values produce
wiggly curves.
Thin-Plate Smoothing Spline
The theoretical foundations for the thin-plate smoothing spline are
described in Duchon (1976, 1977) and Meinguet (1979). Further results
and applications are given in Wahba and Wendelberger (1980). Refer to
"The TPSPLINE Procedure" in SAS/STAT User's Guide, Version
8 for more details.
Copyright © 2000 by SAS Institute Inc., Cary, NC, USA. All rights reserved.