accuracy_rwd {seer} | R Documentation |
Calculate accuracy measure based on random walk with drift
Description
Calculate accuracy measure based on random walk with drift
Usage
accuracy_rwd(ts_info, function_name, length_out)
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 |
Value
accuracy measure calculated baded on random walk with drift model
[Package seer version 1.1.8 Index]