Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 282 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 282 Bytes

C++ implementation of Garch(1,1) and Python bindings.

To build,

# or use python virtualenv below instead of conda
conda create -n garch11 python numpy scikit-learn Cython
conda activate garch11
python -m pip install xalglib
python setup.py build_ext --inplace --force