A partial function containing the common arguments of the cumulative distribution functions for a truncated distribution.
partial function partialTruncatedCumulative
  extends partialCumulative;
  input Real u_min = 0 "Lower limit of u" annotation(
    Dialog);
  input Real u_max = 1 "Upper limit of u" annotation(
    Dialog);
end partialTruncatedCumulative;
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 | 
  |