DK96-OS / MathTools

Mathematical Software Components. This library is actively maintained, and aims to stay updated. New feature proposals are welcome, but may not be included.
Apache License 2.0
2 stars 1 forks source link

Release 0.7.1 #160

Closed DK96-OS closed 7 months ago

DK96-OS commented 7 months ago

Upgrade Dependencies

Fix README

Statistics Module

Remove deprecated Statistics Kotlin object's oneIn method. See StatisticsOneInTest commit 5fd05f475ae09cc572482fa98e3099aca358467a for a quick example of how to replace it with the Probability class. Also view commit 7194b91667d4c836faad1283e431e4fb694a1522 for cool language feature alternative.

Note that the Probability oneIn method implementation throws IllegalArgumentException when input is invalid (input < 1). The Statistics oneIn method implementation returned false instead.