evaluation {utsf} | R Documentation |
Specify the way in which the estimation of forecast accuracy is done
Description
Specify the way in which the estimation of forecast accuracy is done
Usage
evaluation(type = "normal", size = NULL, prop = NULL)
Arguments
type |
A string. Possible values are |
size |
An integer. It is the size of the test set (how many of the last
observations of the time series are used as test set). It can only be used
when the type parameter is |
prop |
A numeric value in the range (0, 1). It is the proportion of the
time series used as test set. It can only be used when the type parameter
is |
Value
An S3 object of class evaluation
with the chosen evaluation.
Examples
evaluation("normal", size = 10)
[Package utsf version 1.1.0 Index]