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

https://github.com/szcf-weiya/weiyatsa

The code for time series analysis.
https://github.com/szcf-weiya/weiyatsa

r tsa

Last synced: 13 days ago
JSON representation

The code for time series analysis.

Awesome Lists containing this project

README

          

# weiyaTSA

[![Build Status](https://travis-ci.org/szcf-weiya/weiyaTSA.svg?branch=master)](https://travis-ci.org/szcf-weiya/weiyaTSA)

Implement some algorithms in [《应用时间序列分析》(何书元)](https://www.amazon.cn/s?ie=UTF8&search-type=ss&index=books&field-keywords=%D3%A6%D3%C3%CA%B1%BC%E4%D0%F2%C1%D0%B7%D6%CE%F6%20%BA%CE%CA%E9%D4%AA&tag=baiduiclickcn-23&ref=pz_ic_Book_N_161125_787)。

For example, given auto-covariance function, we can determine the coefficients of ARMA model.

To install the latest development version from github:

```
devtools::install_github('szcf-weiya/weiyaTSA')
```