ssmodels

所属分类:时间序列预测
开发工具:Jupyter Notebook
文件大小:2413KB
下载次数:0
上传日期:2020-05-25 16:50:06
上 传 者sh-1993
说明:  [R编程]使用状态空间模型的时间序列
([R Programming] Time series using state space models)

文件列表:
dev (0, 2020-05-26)
dev\.Rapp.history (0, 2020-05-26)
dev\arimaSS.R (1800, 2020-05-26)
dev\arima_java_check.R (3348, 2020-05-26)
dev\arima_sim.R (1749, 2020-05-26)
dev\code.R (4145, 2020-05-26)
dev\designMatrixSS.R (1015, 2020-05-26)
dev\hessian.R (759, 2020-05-26)
dev\initCoef.R (2140, 2020-05-26)
dev\kalmanLL.R (1101, 2020-05-26)
dev\kalmanPred.R (1195, 2020-05-26)
dev\kalmanRun.R (1239, 2020-05-26)
dev\likSS.R (850, 2020-05-26)
dev\loadSSFn.R (717, 2020-05-26)
dev\localLevelSS.R (534, 2020-05-26)
dev\localLevelTrendSS.R (754, 2020-05-26)
dev\locallevel_java_check.R (1388, 2020-05-26)
dev\test.R (3365, 2020-05-26)
dev\test2.R (4231, 2020-05-26)
dev\test3.R (2302, 2020-05-26)
dev\test7.R (3900, 2020-05-26)
dev\updated (0, 2020-05-26)
dev\updated\arimaSS.R (1868, 2020-05-26)
dev\updated\code.R (2889, 2020-05-26)
dev\updated\designMatrixSS.R (981, 2020-05-26)
dev\updated\kalmanLL.R (1005, 2020-05-26)
dev\updated\kalmanPred.R (1181, 2020-05-26)
dev\updated\kalmanRun.R (1162, 2020-05-26)
notebooks (0, 2020-05-26)
notebooks\arima.ipynb (918151, 2020-05-26)
notebooks\arima_reg.ipynb (824357, 2020-05-26)
notebooks\basic_structural_model.ipynb (705994, 2020-05-26)
notebooks\local_level.ipynb (502698, 2020-05-26)
notebooks\local_level_trend.ipynb (496851, 2020-05-26)
pkg (0, 2020-05-26)
pkg\ssmodels_0.1-0.tar.gz (7243, 2020-05-26)
... ...

# 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/9780199***1178.001.0001/acprof-9780199***1178). Oxford University Press, 2012.

近期下载者

相关文件


收藏者