Learn R Programming

seer (version 1.1.8)

accuracy_arima: Calculate accuracy measue based on ARIMA models

Description

Calculate accuracy measue based on ARIMA models

Usage

accuracy_arima(ts_info, function_name, length_out)

Value

a list which contains the accuracy and name of the specific ARIMA model.

Arguments

ts_info

list containing training and test part of a time series

function_name

function to calculate the accuracy function, the arguments of this function should be forecast, training and test set of the time series

length_out

number of measures calculated by the function