hot9cups/probdists

Add support for Uniform Distribution

hot9cups opened this issue · 3 comments

Go through the Gaussian distribution class, the Binomial class and the Exponential class which are subclasses of General distribution class.

The uniform distribution is the simplest probability distribution.
I would like to expand this to include the Uniform Probability Distribution.
It should be able to calculate mean, standard deviation, and create basic plots like those in the classes I linked.

Hi @hot9cups I would like to work on this!

@fibonacci-spirals Hope you're doing well. How are you progressing with the issue? :)

@hot9cups Raised a PR here Please let me know if there are any changes required.