An open API service indexing awesome lists of open source software.

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

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!