Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Intervention Distribution to Information Flow #76

Open
dglmoore opened this issue Nov 17, 2017 · 0 comments
Open

Add Intervention Distribution to Information Flow #76

dglmoore opened this issue Nov 17, 2017 · 0 comments

Comments

@dglmoore
Copy link
Contributor

dglmoore commented Nov 17, 2017

Description

To properly discuss causal structure, we need to be able to apply generic intervention distributions. The current implementation of inform_effective_info admits this possibility, but inform_info_flow does not. We should rectify this situation.

Proposed Resolution

EXPORT double inform_information_flow(int const *src, int const *dst,
    int const *back, double const *inter, size_t l_src, size_t l_dst,
    size_t l_back, size_t n, size_t m, int b, inform_error *err);
@dglmoore dglmoore added this to the Release v1.1.0 milestone Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant