axoaxonic / transfer_entropy

Transfer Entropy between two time series - Implementation in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transfer Entropy

Implementation in python3 of transfer entropy statistic between two time series.

Transfer entropy from X to Y, where X,Y are two random processes, is an asymmetric statistic measuring the reduction in uncertainty for a future value of X given the history of X and Y. Or the amount of information from Y to X. Calculated through the Kullback-Leibler divergence with conditional probabilities

About

Transfer Entropy between two time series - Implementation in Python


Languages

Language:Jupyter Notebook 73.2%Language:Python 26.8%