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

Approximate Distributions #50

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

It is useful to be able to approximate a probability distribution with an inform_dist. We implemented inform_dist_approximate specifically for that purpose.

This closes #47