As of version 0.6-6, remove.outliers
has been renamed as discard.outliers
.
discard.outliers
should be used.
remove.outliers(x, y, cval = NULL,
method = c("en-masse", "bottom-up"),
delta = 0.7, tsmethod.call = NULL,
fdiff = NULL, logfile = NULL)
A list.
a list. The output returned by locate.outliers.oloop
.
a time series.
a numeric. The critical value to determine the significance of each type of outlier.
a character. The method to discard/remove outliers. See details.
a numeric. Parameter of the temporary change type of outlier.
an optional call
object. The call to the function used to fit the time
series model.
currently ignored.
a character or NULL
. It is the path to the file where
tracking information is printed. Ignored if NULL
.
discard.outliers
.