R package implementing Univariate Error Measures for Time Series forecasting.
The error measures are discussed in detail in the paper: Hyndman, R. J., & Koehler, A. B. (2006). Another look at measures of forecast accuracy. International journal of forecasting, 22(4), 679-688.
The preferred way to install this package is using devtools:
devtools::install_github("jdestefani/UEMTS", upgrade_dependencies = FALSE)
To see the full list of exported functions:
library("UEMTS")
ls("package:UEMTS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.