Skip to content

Releases: pblischak/zprob

v0.2.0

16 Jun 22:10
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

  • Add exponential distribution
  • Normal Distribution in #8
  • Adding comptime parameter specification in #9
  • adding generation of multivariate normal deviates in #10
  • multinomial random sampling, pmf and log pmf in #11
  • implement sampling, pmf, and log pmf for geometric distr; fix #2 in #12
  • implementing Poisson distribution in #13
  • Dirichlet in #16
  • draft implementation of the negative binomial distr in #18
  • initial implementation of the chi-squared distr in #20
  • API cleanup in #21
  • Add examples + CI in #22
  • Updating to function-based struct generation in #23
  • v0.2.0 in #24

Full Changelog: https://github.com/pblischak/zprob/commits/v0.2.0