functionpartialDensity
Common interface of probability density functions
Extends from Modelica.Icons.Function (Icon for functions).
Information
A partial function containing the common arguments of the probability density functions.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u | Random number over the real axis (-inf < u < inf) |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Density of u |
Revisions
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|