individual_forecast: Function to generate forecasts from minimum error

View source: R/individual_forecast.R

individual_forecastR Documentation

Function to generate forecasts from minimum error

Description

Function to generate forecasts from minimum error

Usage

individual_forecast(
  predicted,
  accmat = NULL,
  real.error = NULL,
  tslist = TRUE,
  forecast_list = NULL,
  h = NULL
)

Arguments

predicted

predicted forecast errors from predict_fformpp

accmat

function to compute forecast accuracy

real.error

optional, matrix of MASE values for all algorithms for test data

tslist

list of time series, as in the format of Mcomp object

forecast_list

true forecast from different models

h

length of forecast horizon


thiyangt/fformpp documentation built on Jan. 5, 2024, 5:44 a.m.