ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems
https://elife-asu.github.io/Inform
MIT License
21 stars 3 forks source link

Implement Multivariate Mutual Information #62

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

We've extended the inform_mutual_info function to an arbitrary number of time series which are treated as samples from distinct random variables. This function is necessary to implement measures of integrations such as ISTP, #31.

This pull request closes #41