Time-Series Outliers

Time-Series Outliers

Input Data

Parameters

Inputs

*Target Data

Data Input of two column data.frame (timestamp & observant)

*Outlier object

Name of the user-defined outlier object (fill it out at your discretion)

*Output name

Name of the output data

Merge Data

Output data will be concatenated to Merge Data. (optional)

*Timestamp

User-selected column that consists of the timestamps

  • only one column should be passed

*Value

User-selected column that consists of the observations

  • only one column should be passed

Workflow-Example

R Package

Time-series Outliers: https://www.rdocumentation.org/packages/AnomalyDetection/versions/1.0/topics/AnomalyDetectionTs

Last updated