https://github.com/icmoore/ssmodels
[R Programming] R package for state space models
https://github.com/icmoore/ssmodels
arima arimax basic-structural-model local-level-model local-level-trend r state-space-models
Last synced: about 1 month ago
JSON representation
[R Programming] R package for state space models
- Host: GitHub
- URL: https://github.com/icmoore/ssmodels
- Owner: icmoore
- Created: 2020-05-23T18:44:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T15:39:06.000Z (almost 3 years ago)
- Last Synced: 2025-06-18T03:37:33.540Z (about 1 year ago)
- Topics: arima, arimax, basic-structural-model, local-level-model, local-level-trend, r, state-space-models
- Language: R
- Homepage:
- Size: 12.2 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R-package: ssmodels
## Time series using state space methods
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
### Build & Install
```
> cd /path/to/repos/ssmodels
> R CMD build src
> R CMD INSTALL ssmodels_0.1-0.tar.gz
```
### Authors
* **Ian Moore** - [icmoore GH](https://github.com/icmoore)
### License
This project is licensed under the MIT License
### References
J. Durbin and S. J. Koopman. [Time Series Analysis by State Space Methods: Second Edition](https://www.oxfordscholarship.com/view/10.1093/acprof:oso/9780199641178.001.0001/acprof-9780199641178). Oxford University Press, 2012.