removeAnomalies: Remove the Anomalies

Description Usage Arguments Value Author(s)

View source: R/outlier.R

Description

Removes the anomalies of the time series

Usage

1
removeAnomalies(rawValues, frequency, replace.zeros)

Arguments

rawValues

The raw values as vector of the time series without timestamp

frequency

The frequency of the time series

replace.zeros

If TRUE, all zeros will be replaced by the mean of the non-zero neighbors

Value

The vector of observations without anomalies (anomalies replaced by mean of normal values around)

Author(s)

Marwin Zuefle, Andre Bauer


DescartesResearch/telescope documentation built on Oct. 23, 2021, 9:51 a.m.