This package contains partial functions that describe the common interface arguments of the distribution and truncated distribution functions.
Name | Description |
---|---|
partialDensity | Common interface of probability density functions |
partialCumulative | Common interface of cumulative distribution functions |
partialQuantile | Common interface of quantile functions (= inverse cumulative distribution functions) |
partialTruncatedDensity | Common interface of truncated probability density functions |
partialTruncatedCumulative | Common interface of truncated cumulative distribution functions |
partialTruncatedQuantile | Common interface of truncated quantile functions (= inverse cumulative distribution functions) |
Date | Description | ||
---|---|---|---|
June 22, 2015 |
|