ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems

Home Page:https://elife-asu.github.io/Inform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information Flow

dglmoore opened this issue · comments

Implement information flow as proposed by Ay and Polani.

Proposed API

double inform_information_flow(int const *a, int const *b, int const *s, size_t l,
    size_t n, size_t m, int b, inform_error *err);

Example Usage

Pending