Per A. Brodtkorb
Per A. Brodtkorb
>>> import inflection >>> inflection.pluralize('datum') 'data' >>> inflection.pluralize(inflection.singularize('datum')) 'data' >>> inflection.singularize('datum') 'datum'
### Describe your issue. The negative binomial distribution with parameters n and p fails to calculate the pmf or cdf for the corner case when n=0. The pmf is defined...
Checklist - [ ] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [ ] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [...