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 accumulation functionality for distributions #49

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

We've added two new functions for distributions: inform_dist_infer and inform_dist_accumulate. The former infers a distribution from an array of events, while the latter accumulates events into an already existent distribution.

We also added unit tests for inform_dist_create and resolved an otherwise undiscovered bug.

This closes #30