legion | R Documentation |
Package contains functions for multivariate time series forecasting
Package: | legion |
Type: | Package |
Date: | 2021-02-18 - Inf |
License: | GPL-2 |
The following functions are included in the package:
ves - Vector Exponential Smoothing.
vets - Vector ETS-PIC model.
oves - Multivariate occurrence ETS model.
Ivan Svetunkov, ivan@svetunkov.com
Kandrika Pritularga
de Silva A., Hyndman R.J. and Snyder, R.D. (2010). The vector innovations structural time series framework: a simple approach to multivariate forecasting. Statistical Modelling, 10 (4), pp.353-374
Hyndman, R.J., Koehler, A.B., Ord, J.K., and Snyder, R.D. (2008) Forecasting with exponential smoothing: the state space approach, Springer-Verlag.
Lütkepohl, H. (2005). New Introduction to Multiple Time Series Analysis. New introduction to Multiple Time Series Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/978-3-540-27752-1")}
Svetunkov, I., Chen, H., & Boylan, J. E. (2023). A new taxonomy for vector exponential smoothing and its application to seasonal time series. European Journal of Operational Research, 304(3), 964–980. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.ejor.2022.04.040")}
forecast, es, adam
## Not run: y <- cbind(rnorm(100,10,3),rnorm(100,10,3))
ves(y,h=20,holdout=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.