You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Users should be able to pass lower and upper bounds to
par
.Distributions should also be able to enforce bounds (for example,
sigma > 0
inNormal
).If a user-specified bound conflicts with a distribution-specified bound, an error should be thrown.
The text was updated successfully, but these errors were encountered: