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
This could be implemented at the level of the distributions module by adding a functional validator that takes a distributions.Distribution generic interface and check if the truncation parameters are consistent with a strictly positive distribution. This would add the annoyance of users having to define the truncation even if the distribution does not allow for negative values to be theoretically drawn, but it would at least protect against undefined domains (e.g. negative timespans)
The text was updated successfully, but these errors were encountered:
This could be implemented at the level of the distributions module by adding a functional validator that takes a
distributions.Distribution
generic interface and check if the truncation parameters are consistent with a strictly positive distribution. This would add the annoyance of users having to define the truncation even if the distribution does not allow for negative values to be theoretically drawn, but it would at least protect against undefined domains (e.g. negative timespans)The text was updated successfully, but these errors were encountered: