Forecast                Create an object of the Forecast class
Forecast-class          S4 class for storing forecasts
R2                      Calculate R2 of a Forecast object
R2,Forecast-method      Calculate R2 of a Forecast object
[,Forecast-method       Subset Forecast object.
autoreg_forc            Autoregression forecast
conditional_forc        Linear model forecast conditioned on an input
                        forecast
conditional_forc_general
                        General model forecast conditioned on input
                        forecasts
convert_byh             Convert a list of time format Forecast objects
                        to a h_ahead format Forecast object.
convert_bytime          Convert a list of h_ahead format Forecast
                        objects to a time format Forecast object.
forc                    Get the forecast slot of a Forecast object
forc,Forecast-method    Get the forecast slot of a Forecast object
forc2df                 Collect a Forecast object to a data frame
forc<-                  Set forecast slot of a Forecast object
forc<-,Forecast-method
                        Set forecast slot of a Forecast object
future                  Get the future slot of a Forecast object
future,Forecast-method
                        Get the future slot of a Forecast object
future<-                Set the future slot of a Forecast object
future<-,Forecast-method
                        Set future slot of a Forecast object
h_ahead                 Get the h_ahead slot of a h_ahead object
h_ahead,Forecast-method
                        Get the h_ahead slot of a h_ahead object
h_ahead<-               Set h_ahead slot of a Forecast object
h_ahead<-,Forecast-method
                        Set h_ahead slot of a Forecast object
historical_average_forc
                        Historical average forecast
is_forc                 In-sample linear model forecast
is_forc_general         In-sample general model forecast
mae                     Calculate MAE of a Forecast object
mae,Forecast-method     Calculate MAE of a Forecast object
mape                    Calculate MAPE of a Forecast object
mape,Forecast-method    Calculate MAPE of a Forecast object
mse                     Calculate MSE of a Forecast object
mse,Forecast-method     Calculate MSE of a Forecast object
oos_lag_forc            Out-of-sample lagged linear model forecast
                        conditioned on realized values
oos_realized_forc       Out-of-sample linear model forecast conditioned
                        on realized values
oos_realized_forc_general
                        Out-of-sample general model forecast
                        conditioned on realized values
oos_vintage_forc        Out-of-sample linear model forecast conditioned
                        on vintage forecasts
oos_vintage_forc_general
                        Out-of-sample general model forecast
                        conditioned on vintage forecasts
origin                  Get the origin slot of a Forecast object
origin,Forecast-method
                        Get the origin slot of a Forecast object
origin<-                Set the origin slot of a Forecast object
origin<-,Forecast-method
                        Set origin slot of a Forecast object
performance_weighted_forc
                        MSE or RMSE weighted forecast
random_walk_forc        Random walk forecast
realized                Get the realized slot of a realized object
realized,Forecast-method
                        Get the realized slot of a realized object
realized<-              Set realized slot of a Forecast object
realized<-,Forecast-method
                        Set realized slot of a Forecast object
rmse                    Calculate RMSE of a Forecast object
rmse,Forecast-method    Calculate RMSE of a Forecast object
show,Forecast-method    Print Forecast object to console.
states_weighted_forc    States weighted forecast
str,Forecast-method     Display internal structure structure of
                        Forecast object to the console.
subset_bytime           Subset a list of Forecast objects by origin or
                        future values.
subset_forcs            Subset a list of Forecast objects by index.
subset_identical        Subset a list of Forecast objects to identical
                        origin or future values.
transform_byh           Convert a list of time format Forecast objects
                        to a list of h_ahead format Forecast objects.
transform_bytime        Convert a list of h_ahead format Forecast
                        objects to a list of time format Forecast
                        objects.
