financial-transfer-entropy
is a Python package for uncovering comovements
and clusters in financial time series with transfer entropy.
Adaptive directional networks (i.e., asset graphs) are constructed using transfer entropy to threshold edges between each (asset) node. Advanced visualizations of both the formulated networks and standard unconditional correlations are included.
Table of contents
From terminal:
git clone https://github.com/jason-r-becker/financial-transfer-entropy.git
Using Anaconda, from terminal:
cd financial-transfer-entropy/
conda create -n fte python=3.7
source activate fte
pip install -U pip
pip install -r requirements.txt
All source code is hosted on GitHub. Contributions are welcome.
The main developer(s):