Probability Distribution and Statistical Functions -- Gamma Distribution Module#278
Probability Distribution and Statistical Functions -- Gamma Distribution Module#278Jim-215-Fisher wants to merge 48 commits intofortran-lang:masterfrom
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.
|
|
Continued and modernised this in #1099 |
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.