Skip to content

2.0.0 Codename Random

Compare
Choose a tag to compare
@estebanz01 estebanz01 released this 18 Jan 17:59
33d75d8

Version 2.0.0 is here! 🎉

I'm happy to release this version, which includes the following features:

Statistical test

Distributions

Generate random samples from the following distributions:

This is the main purpose of this release, so that's why I used Random as codename.

Fixed bugs, issues, etc.

  • In the simpson rule method (5f21d29), I made a little change to ensure that the chunks to be used is an integer number.
  • Fixed an edge case in the Beta distribution where the code didn't check that the scale and shape cannot be zero when calculating the mean (7c1578d).

Known issues

It's not easy to code statistics, but I try my best to do it 😃 If you find any bug or you have any question/suggestion, don't hesitate to open an issue.

Even better, you can fork it and propose changes!

Enjoy!
@estebanz01