https://github.com/alstat/stcor
Correlograms of Space-Time ARIMA
https://github.com/alstat/stcor
Last synced: 11 months ago
JSON representation
Correlograms of Space-Time ARIMA
- Host: GitHub
- URL: https://github.com/alstat/stcor
- Owner: alstat
- Created: 2013-12-21T08:39:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-04T04:56:36.000Z (over 11 years ago)
- Last Synced: 2023-10-20T16:45:57.405Z (over 2 years ago)
- Language: R
- Homepage: http://alstat.github.io/stcor
- Size: 961 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Space-Time Correlograms
=====
The stcor package provides functions for correlograms of the advanced time series model, the Space-Time Autoregressive Integrated Moving Average (STARIMA). These functions are the Space-Time Autocorrelation Function (`stacf`) and Space-Time Partial Autocorrelation Function (`stpacf`). Including function for centralizing (`stcenter`) the data to its mean.
Installation
-----
```{coffee}
if (!require("devtools"))
install.packages("devtools")
devtools::install_github("stcor", "alstat")
```
Author/Maintainer
-----
Al-Ahmadgaid Asaad (alstated@gmail.com)
Note
-----
This project is under development!