Skip to content

Releases: Kiyoshika/inverse-exponential

v0.1.2

07 Apr 18:42
ed9c5d3
Compare
Choose a tag to compare
  • Pre-computes common statistics at fit() or create() time:
    • mean
    • median
    • variance
    • standard deviation
    • first three moments
  • implements analytic form of CDF and inverse CDF to relieve the bottleneck on drawing random samples (MASSIVE IMPROVEMENT)

v0.1.1

07 Apr 04:04
Compare
Choose a tag to compare

Fixed bug with rvs() severely inflating the upper bound. Should now much more accurately represent the underlying distribution.

v0.1

06 Apr 22:14
6238232
Compare
Choose a tag to compare

First "public" build of the module.