forecast.multi: Performing the one-step-ahead forecast

View source: R/forecasting.R

forecast.multiR Documentation

Performing the one-step-ahead forecast

Description

Peforms the multi-step-ahead forecast of a time series based on the forecasting method.

Usage

## S3 method for class 'multi'
forecast(forecaster, timeseries)

Arguments

forecaster

The forecasting method. This method gets a timeseries objekt (ts) and the horizon (h). The method returns the forecast values.

timeseries

The time series.

Value

The performance measures of the multi-step-ahead forecast of the time series.


DescartesResearch/ForecastBenchmark documentation built on Sept. 1, 2022, 7:27 p.m.