Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@Kiyoshika Kiyoshika released this 07 Apr 18:42
· 3 commits to main since this release
ed9c5d3
  • 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)