functionpartialTruncatedDensity
Common interface of truncated probability density functions
Extends from partialDensity (Common interface of probability density functions).
Information
A partial function containing the common arguments of the probability density functions of truncated distributions.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u (from partialDensity) | Random number over the real axis (-inf < u < inf) | |
| Real | u_min | 0 | Lower limit of u |
| Real | u_max | 1 | Upper limit of u |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y (from partialDensity) | Density of u |
Revisions
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|