MastodonC / kixi.stats

A library of statistical distribution sampling and transducing functions
https://cljdoc.xyz/d/kixi/stats
Eclipse Public License 1.0
355 stars 17 forks source link

Named distribution parameters #28

Closed henrygarner closed 4 years ago

henrygarner commented 4 years ago

All distribution public API functions now take named rather than positional arguments. In addition to avoiding positional bugs, this decision ensures that we are more consistently able to support distributions that could be parameterised in one of several different ways.