insp_outlier: Time series outlier inspection

Description Usage Arguments Details

Description

Time series outlier inspection

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
insp_outlier(x, ...)

## S3 method for class 'ts'
insp_outlier(x, window_size = 3, anom_method = c("gesd",
  "iqr"))

## S3 method for class 'data.frame'
insp_outlier(x, margin = 1L, window_size = 3,
  .parallel = FALSE, idcol = NULL, dtcol = NULL,
  out_format = c("wide", "long"), anom_method = c("gesd", "iqr"))

Arguments

x

ts or data.frame

window_size

integer window size. Determines how many observations near an outlier are used to calculate the input value.

anom_method

"gesd" or "iqr", argument passed to anomalize::anomalize().

...

Additional arguments for the data.frame case. See details.

Details


eric-krishna/DDMEutils documentation built on May 30, 2019, 2:09 p.m.