-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Milestone
Description
Part of "A Solid Foundation for Statistics in Python with SciPy".
Add Multivariate Hypergeometric Distribution to scipy.stats
.
Be sure to follow the guide Adding a New Statistics Distribution carefully and see gh-6375 for an example of adding a related distribution. See methods inherited from multi_rv_generic
in _multivariate.py
, although I guess there's not too much and most of it needs to be implemented from scratch.