Usage Arguments Value Author(s) See Also
1 2 3  | maeforecast.postnet(data, w_size, window="recursive", pred, y.index=1,
            standardize=TRUE, h=0, t.select, t.update=F,
            alphas=c(0.2, 0.8, 0.02))
 | 
data | 
 a data frame or a matrix; the first column should contain the time series variable for which the forecasts are to be made. Other columns should contain the covariates.  | 
w_size | 
 numeric, indicating the index where the forecasting should begin. If the first point forecast should be made at the 73th observation, for example,   | 
window | 
 character, indicating the forecasting scheme to be applied. Options include   | 
y.index | 
 numeric, indicating the column position of the time series for which the forecasts are made (Y). Defualt is   | 
t.select | 
 number of covariates to be included. If omitted, every covariate will be included. Otherwise, a regression between the dependant variable, its lag and each covariate will be run and a statistical test will be applied for the significance of the covariate's coefficient. The covariates will then be ranked based on their test statistics, and   | 
t.update | 
 logical, indicating wheter the preselection process should be repeated in evert iteration, if   | 
standardize | 
 logical, indicating whether the data matrix should be scaled before the model is fitting, for the use of variable selection/shrinkage models. Default is   | 
h | 
 forecasting horizon. Default is   | 
pred | 
 numeric, indicating the number of predicators being considered in the Adaptive Elastic Net model. Default is set to be the number of covariates. Note that if   | 
standardize | 
 logical, indicating whether the data matrix should be scaled before the model is fitting, for the use of variable selection/shrinkage models. Default is   | 
alphas | 
 vector of candidate   | 
Forecasts  | 
 data matrix, containing the point forecasts, realized values, forecast errors, signs of the forecasts and realized values, and success in predicting the signs.  | 
MSE  | 
 numeric, mean squred error of the point forecasts.  | 
SRatio | 
 numeric, success ratio of the point forecasts. Success is claimed when the point forecasts and realized values have the same sign.  | 
Data | 
 the data as used in the model.  | 
Model | 
 some specifics about the model used.  | 
Variables | 
 list, containing the predictors selected by the shrinkage model at every iteration.  | 
Zehua Wu
maeforecast.lasso, maeforecast.postlasso, maeforecast.ridge, maeforecast.alasso, maeforecast.postalasso, maeforecast.postnet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.