outlierDates {tfarima} | R Documentation |
Outlier dates
Description
outlierDates
shows the indeces and dates of outliers.
Usage
outlierDates(x, c = 3)
Arguments
x |
an |
c |
critical value to determine whether or not an observation is an outlier. |
Value
A table with the indices, dates and z-scores of the outliers.
[Package tfarima version 0.3.2 Index]