A partial function containing the common arguments of the quantile functions for truncated distributions.
partial function partialTruncatedQuantile
  extends partialQuantile;
  input Real y_min = 0 "Lower limit of y" annotation(
    Dialog);
  input Real y_max = 1 "Upper limit of y" annotation(
    Dialog);
end partialTruncatedQuantile;
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 | 
  |