preprocessing: Perform the Forecast

Description Usage Arguments Value

View source: R/telescope.R

Description

Preprocesses the time series and retrieves dominant frequencies

Usage

1
preprocessing(tvp, natural = TRUE, boxcox = TRUE)

Arguments

tvp

The time value pair: a time series

natural

Optional parameter: A flag indicating wheter only natural frequencies (e.g., daily, hourly, ...) or all found frequencies shall be considered.

boxcox

Optional parameter: A flag indicating if the Box-Cox transofrmation should be performed. It is not recommend to disable the transformation. TRUE by default.

Value

The adjusted time series, the dominant frequencies, and adjustment parameters


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