-
Notifications
You must be signed in to change notification settings - Fork 18
Add support for Chi-square distribution #10
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 a fourth distribution, the Chi-square 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