Description Usage Arguments Value
Consults the recommendation system to retrieve the best method for a given time series.
1 | consultrecommender(tvp, tvp.stl = NULL, model, natural = TRUE, boxcox = TRUE)
|
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. |
The best method as string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.