You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For X = (X_t, …, X_t-n) and similarly Y, transfer entropy is H(Xt|X) - H(Xt|X, Y).
The make space code includes lags of X, but no lags of Y.
This means when doing the array manipulations with numpy and KdTree, each history windows of X is only pared against one value of Yt. The histories of Y is never taken into account of.
The text was updated successfully, but these errors were encountered:
Gilnore
changed the title
The entire formulation is just incorrect.
Y lack lags
Nov 14, 2024
For X = (X_t, …, X_t-n) and similarly Y, transfer entropy is H(Xt|X) - H(Xt|X, Y).
The make space code includes lags of X, but no lags of Y.
This means when doing the array manipulations with numpy and KdTree, each history windows of X is only pared against one value of Yt. The histories of Y is never taken into account of.
The text was updated successfully, but these errors were encountered: