Description Usage Arguments Details Value
The outliers are computed using different methods based on the outlierType
parameter
1 | tsData.out <- getOutliers(tsData)
|
tsData |
A time series object. |
outlierType |
A string that determines the way to compute the outliers. outlierType = c("iqr","stl"). Default is "iqr". |
iqr: Find outliers using the interquartile range of the given time series (boxplot method). stl: Use stl weights.
A vector of indices which represents the location of the outliers within the time series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.