consultrecommender: Retrieves the best method for a given time series.

Description Usage Arguments Value

View source: R/recommender.R

Description

Consults the recommendation system to retrieve the best method for a given time series.

Usage

1
consultrecommender(tvp, tvp.stl = NULL, model, natural = TRUE, boxcox = TRUE)

Arguments

tvp

A time series. Will be ignored if tvp.stl is set.

tvp.stl

Optional parameter: A stl decomposition of the time series.

model

A object of the class telescope.recommendation containing the hybrind random forest model.

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 best method as string.


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