.BG
.VE $Header: /usr/s/current/s/.help/RCS/smooth,v 1.3 88/03/18 15:26:57 rab Exp $
.FN smooth
.TL
smooth: Non-linear Smoothing Using Running Medians
.CS
smooth(x, twice)
.PP
.AG x
vector (at least 5 points) to be smoothed.
.AG twice
logical flag, should twicing be done? Default TRUE.
Twicing is the process of smoothing, computing the
residuals from the smooth, smoothing these and adding the
two smoothed series together.
.RT
smoothed vector using 4(3RSR)2H twice.
.SH REFERENCE
J. W. Tukey,
.ul
Exploratory Data Analysis,
Chapters 7 and 16, Addison Wesley.
.PP
.KW ts*
.KW smoothing
.KW robust
.KW regression
.KW dplot*
.WR
