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.
We've added two new functions for distributions:
inform_dist_infer
andinform_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