-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Inconsistent return types
Some of the distribution functions return a float
whilst others return a decimal.Decimal
.
All distribution functions should be consistent in their return types.
Inconsistent parameter naming
Inconsistent naming for parameters of various functions where the actual parameters represent the same thing.
For example, InvBinomialCD
uses y
whereas InvGeometricCD
uses area
:
Metadata
Metadata
Assignees
Labels
No labels