python-mle icon indicating copy to clipboard operation
python-mle copied to clipboard

Implement parameter bounds

Open ibab opened this issue 10 years ago • 0 comments

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.

ibab avatar Jan 30 '15 10:01 ibab