functionpartialQuantile
Common interface of quantile functions (= inverse cumulative distribution functions)
Extends from Modelica.Icons.Function (Icon for functions).
Information
A partial function containing the common arguments of the quantile functions.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u | Random number in the range 0 <= u <= 1 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Random number u transformed according to the given distribution |
Revisions
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|