outliers {fabletools} | R Documentation |
Identify outliers
Description
Return a table of outlying observations using a fitted model.
Usage
outliers(object, ...)
## S3 method for class 'mdl_df'
outliers(object, ...)
## S3 method for class 'mdl_ts'
outliers(object, ...)
Arguments
object |
An object which can identify outliers. |
... |
Arguments for further methods. |
[Package fabletools version 0.4.2 Index]