A partial function containing the common arguments of the quantile functions.
partial function partialQuantile extends Modelica.Icons.Function; input Real u(min = 0, max = 1) "Random number in the range 0 <= u <= 1"; output Real y "Random number u transformed according to the given distribution"; end partialQuantile;
Date | Description | ||
---|---|---|---|
June 22, 2015 |
|