functionpartialCumulative
Common interface of cumulative distribution functions
Extends from Modelica.Icons.Function (Icon for functions).
Information
A partial function containing the common arguments of the cumulative distribution functions.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u | Value over the real axis (-inf < u < inf) |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Value in the range 0 <= y <= 1 |
Revisions
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|