python-mle
python-mle copied to clipboard
Implement parameter bounds
Users should be able to pass lower and upper bounds to par
.
Distributions should also be able to enforce bounds (for example, sigma > 0
in Normal
).
If a user-specified bound conflicts with a distribution-specified bound, an error should be thrown.