-
-
Notifications
You must be signed in to change notification settings - Fork 208
Add Geometric distribution #3098
Copy link
Copy link
Open
Labels
distributionsIssues that deal with distribution functions: pdf, pmf, cdfIssues that deal with distribution functions: pdf, pmf, cdfgood first issue
Metadata
Metadata
Assignees
Labels
distributionsIssues that deal with distribution functions: pdf, pmf, cdfIssues that deal with distribution functions: pdf, pmf, cdfgood first issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Add support for the geometric distribution and the corresponding GLM. It's a special case of the negative binomial distribution (when n=1 in the usual parametrization) which is already supported, so I believe it should be relatively straightforward to implement. Arguably, geometric distribution is not some exotic distribution, so users may expect to have that available.
The expected advantages of having this are: