functionpartialTruncatedCumulative
Common interface of truncated cumulative distribution functions
Extends from partialCumulative (Common interface of cumulative distribution functions).
Information
A partial function containing the common arguments of the cumulative distribution functions for a truncated distribution.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u (from partialCumulative) | Value 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 partialCumulative) | Value in the range 0 <= y <= 1 |
Revisions
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|