signaflo / java-timeseries

Time series analysis in Java
MIT License
195 stars 49 forks source link

Hannan-Rissanen algorithm #43

Open pjebs opened 4 years ago

pjebs commented 4 years ago

This repo: https://github.com/Workday/timeseries-forecast says it is an implementation of the Hannan-Rissanen algorithm for additive ARIMA models.

I was wondering what algorithm this repo uses?