LOCFIT: R and S-Plus Help | ||||
locfit.robust(x, y, ..., iter=3) locfit(y~x, lfproc=locfit.robust) locfit.robust(y~x, ..., iter=3)
locfit.robust implements a robust local regression where
outliers are iteratively identified and downweighted, similarly
to the lowess method (Cleveland, 1979). The iterations and scale
estimation are performed on a global basis.
Arguments:
The scale estimate is 6 times the median absolute residual, while the robust downweighting uses the bisquare function. These are performed in the S code so easily changed. This can be interpreted as an extension of M estimation to local regression. An alternative extension (implemented in locfit via family="qrgauss") performs the iteration and scale estimation on a local basis.
"locfit" object.
See Also:
References:
Cleveland, W. S. (1979).
Robust locally weighted regression and smoothing scatterplots.
J. Amer. Statist. Assn. 74, 829-836.
Key Words:
smooth
| ||||
|
Built: Thu Dec 2 16:56:05 EST 2004
Copyright © 2004, Catherine Loader locfit@herine.net | ||||