Description Usage Arguments Value Author(s)
View source: R/foreccomb_res.R
Stores the results and inputs for some combined forecasts.
1 2 3 4 |
method |
Name of the method. |
modelnames |
Names of the models provided by the user. |
fitted |
The fitted values. |
accuracy_insample |
Insample accuracy obtained by the method. |
input_data |
Contains the input data provided by the user. |
predict |
(optional) Function used to conduct predictions for new forecasts. |
intercept |
(optional) Intercept of the method, if it requires one. |
weights |
(optional) Weights of the method, if it requires one. |
pred |
= (optional) Predictions on a test set. |
accuracy_outsample |
= (optional) Accuracy on the test set. |
trim_factor |
= (optional) Trim factor used in some of the methods. |
top_predictors |
(optional) Number of retained predictors. |
ranking |
(optional) Ranking of the predictors that determines which models are removed in the trimming step. |
Returns an object of class foreccomb_res
.
Christoph E. Weiss, Gernot R. Roetzer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.