A mvgam_forecast object returned by function hindcast
or forecast. Run methods(class = "mvgam_forecast") to see
an overview of available methods.
Details
A mvgam_forecast object contains the following elements:
callthe original observation model formulatrend_callIf atrend_formula was supplied, the original trend model formula is returned. OtherwiseNULLfamilycharacterdescription of the observation distributionfamily_parslistcontaining draws of family-specific parameters (i.e. shape, scale or overdispersion parameters). Only returned iftype = link. OtherwiseNULLtrend_modelcharacterdescription of the latent trend modeldriftLogical specifying whether a drift term was used in the trend modeluse_lvLogical flag indicating whether latent dynamic factors were used in the modelfit_engineCharacterdescribing the fit engine, either asstanorjagstypeThe type of predictions included (eitherlink,responseortrend)series_namesNames of the time series, taken fromlevels(data$series)in the original model fittrain_observationsAlistof training observation vectors of lengthn_seriestrain_timesAlistof the unique training times of lengthn_seriestest_observationsIf theforecastfunction was used, alistof test observation vectors of lengthn_series. OtherwiseNULLtest_timesIf theforecastfunction was used, alistof the unique testing (validation) times of lengthn_series. OtherwiseNULLhindcastsAlistof posterior hindcast distributions of lengthn_series.forecastsIf theforecastfunction was used, alistof posterior forecast distributions of lengthn_series. OtherwiseNULL
