-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Chi-square distribution #10
Comments
I would like to try working on this issue. Please assign it to me. |
@rachitmanas sure thing :) |
@hot9cups Basically I will just copy the same format as of other distributions made. I will change the parameters and formula and some function definition according to the Chi Square distribution. |
Can I use scipy or mpmath for incomplete gamma function calculation? |
@rachitmanas sounds good. |
@rachitmanas Hope you're doing well. How are you progressing with the issue? :) |
I'm assuming @rachitmanas isn't working on this anymore, this issue is still open. |
I would like to work on it |
@m0hit-kumar assigned |
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.
The text was updated successfully, but these errors were encountered: