For the original Cronos project, visit https://archive.codeplex.com/?p=cronos.
Based on the implementation of https://github.com/dsass/ARIMA
This library features models commonly used in time series analysis, including:
- ARMA
- ARMAX
- GARCH (of various types)
- Vector Autoregressive Models
... and more!
Visit https://aarjaneiro.github.io/CronoSeries/
Local documentation can be generated by using DoxyGen. Simply run
doxygen DoxyGen
and the directory /docs/
will appear. Opening index.html will bring you to the main page (which is mostly empty), though namespaces
and classes, etc, are all accessible for the most part.
- Implement tests.
- Add examples.
- Fix types (e.g.,
object
→ specific type implementations)
Interested in helping out?
Feel free to submit an issue or a pull request!