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 Effective Information #57

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

This pull request brings in an implementation of effective information, inform_effective_info. Unlike most of the other measures in Inform, inform_effective_info is built on transition probability matrix (which the user may estimate from a time series via inform_tpm).

This pull request closes #19