Skip to content

v0.1.1

Compare
Choose a tag to compare
@lbarasti lbarasti released this 02 Apr 23:44
· 14 commits to master since this release

Make all the probability distributions inherit from a single abstract class Statistics::Distributions::Distribution.

This simplifies the signature of methods accepting different distributions.

Bonus: improve Distributions module documentation.