-
Notifications
You must be signed in to change notification settings - Fork 18
Add support for Poisson distribution #54
Copy link
Copy link
Open
Labels
Description
Go through the Gaussian distribution class, the Binomial class and the Exponential class which are subclasses of General distribution class.
I would like to expand this to include another distribution, the Poisson Probability Distribution.
It should be able to calculate mean, standard deviation, and create basic plots like those in the classes I linked.
Reactions are currently unavailable