remove.outliers-deprecated {tsoutliers} | R Documentation |
Stage II of the Procedure: Discard Outliers
Description
As of version 0.6-6, remove.outliers
has been renamed as discard.outliers
.
discard.outliers
should be used.
Usage
remove.outliers(x, y, cval = NULL,
method = c("en-masse", "bottom-up"),
delta = 0.7, tsmethod.call = NULL,
fdiff = NULL, logfile = NULL)
Arguments
x |
a list. The output returned by |
y |
a time series. |
cval |
a numeric. The critical value to determine the significance of each type of outlier. |
method |
a character. The method to discard/remove outliers. See details. |
delta |
a numeric. Parameter of the temporary change type of outlier. |
tsmethod.call |
an optional |
fdiff |
currently ignored. |
logfile |
a character or |
Value
A list.
See Also
[Package tsoutliers version 0.6-10 Index]