Skip to content

Understanding how the amount of data fed to a GARCH model influences its results

Notifications You must be signed in to change notification settings

TRBD/demo_vol_tuning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo_vol_tuning

Understanding how the amount of data fed to a GARCH model influences its results

See companion writeup: https://medium.com/@trbd/hyper-parameter-tuning-for-a-garch-family-vol-model-942794cd5ea5

To run the exercise detailed in the accompanying post, navigate to the project directory and execute:

$ python -m exercise.comparison

Notes:

If using python3, may have to edit pyper.py line 233 to the following:

    tps = isinstance(obj0, basestring) and [str] or isinstance(obj0, bool) and [bool] or num_types

About

Understanding how the amount of data fed to a GARCH model influences its results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published