Add support for Uniform Distribution
hot9cups opened this issue · 3 comments
hot9cups commented
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.
fibonacci-spirals commented
Hi @hot9cups I would like to work on this!
hot9cups commented
@fibonacci-spirals Hope you're doing well. How are you progressing with the issue? :)
fibonacci-spirals commented