devsprint / garch.rs

rust implementation of GARCH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic implementation of GARCH, fit with MLE

Currently a lot of stability issues when fitting, could may be improved with better initial parameters.

To run tests: RUST_LOG=debug cargo test -- --nocapture

About

rust implementation of GARCH

License:MIT License


Languages

Language:Rust 69.8%Language:Python 30.2%