The normalized information flow
% [tau21b, tau21l, dH1_noise] = tau_est(xx1, xx2, np)
%
% Estimate tau21, the normalized information transfer from X2 to X1
% dt is taken to be 1.
%
% On input:
% X1, X2: the time series
% np: integer >=1, time advance in performing Euler forward
% differencing, e.g., 1, 2. Unless the series are generated
% with a highly chaotic deterministic system, np=1 should be
% used.
%
% On output:
% tau21b: relative info flow from X2 to X1 (Bai et al., 2017)
% tau21l: relative info flow from X2 to X1 (Liang, 2015)
Cite As
C. Zu Bai (2026). The normalized information flow (https://www.mathworks.com/matlabcentral/fileexchange/62471-the-normalized-information-flow), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
