calculateMeasures: Calculating the performance measures

View source: R/forecasting.R

calculateMeasuresR Documentation

Calculating the performance measures

Description

Calculates all performance measures.

Usage

calculateMeasures(end, start, hist, forecast, actual, horizon)

Arguments

end

The timestamp after the forecast.

start

The timestamp before the forecast.

hist

The training data.

forecast

The forecast.

actual

The test data.

horizon

The forecast horizon.

Value

The performance measures of the forecast.


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