The motivation behind this R package was to develop a suite of tools using state space methods from first principles. Hence, allowing for complete control over the underlying methodologies. This package has no required dependencies, and makes no direct calls to underlying C functions. This is useful for educational purposes, research, or for re-factoring to another language.
The following methods are supported:
- ARIMA
- ARIMA + Regression
- ARIMAX
- Local Level
- Local Level Trend
- Basic Structural Model
> cd /path/to/repos/ssmodels
> R CMD build src
> R CMD INSTALL ssmodels_0.1-0.tar.gz
- Ian Moore - icmoore GH
This project is licensed under the MIT License
J. Durbin and S. J. Koopman. Time Series Analysis by State Space Methods: Second Edition. Oxford University Press, 2012.