UncertainData.jl icon indicating copy to clipboard operation
UncertainData.jl copied to clipboard

Multiple (nested) sampling constraints

Open kahaaga opened this issue 6 years ago • 0 comments

It should be possible to apply multiple sampling constraints to an uncertain value. A possible way of doing this is to just provide a vector of sampling constraints and apply them consecutively.

One example:

  1. constrain the support of the distribution to some quantile range
  2. then, if the support still allows values above some specified value, constrain the support further by applying a maximum value constraint.

kahaaga avatar Jan 09 '19 05:01 kahaaga