-
Notifications
You must be signed in to change notification settings - Fork 190
Probability Distribution and Statistical Functions -- Gamma Distribution Module #278
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Probability Distribution and Statistical Functions -- Gamma Distribution Module #278
Conversation
* src/tests/stats/Makefile.manual:
This one is ready for review. |
Co-authored-by: Ian Giestas Pauli <iangiestaspauli@gmail.com>
Compilation failed due to Build-API-Docs failure of other modules. Error message is AttributeError: 'FortranSubmoduleProcedure' object has no attribute 'module'. What does that mean? |
@Jim-215-Fisher it looks related to the ford issue ford#466. |
Thank you for the info. Regarding the testing, gamma random number is tested with common Pearson's chi-squared test, pdf and cdf were tested against results from scipy or excel formula with the same parameters.
|
This is the second round of probability distribution and statistical functions, continuing from #240. Since the whole modular structure has been changed, each distribution will have its own PR.
This PR contains gamma distributions. Files uploaded are:
Link to the open-access article on which this PR is based.
P.369 (7/10) has a summary of the final algorithm.