UvDistribution
UvDistribution()Base class for distributions over a single variable.
Attributes
| Name | Description |
|---|---|
| bounded | Whether the distribution has finite lower and upper support. |
| support | Distribution support as (lower, upper). |
| variance | Variance of the distribution. |
| x_range | Practical plotting/model-inspection range for the distribution. |
Methods
| Name | Description |
|---|---|
| cdf | Cumulative distribution function. |
| Probability density function. | |
| ppf | Percent point function / inverse CDF. |
cdf
UvDistribution.cdf(x)Cumulative distribution function.
UvDistribution.pdf(x)Probability density function.
ppf
UvDistribution.ppf(q)Percent point function / inverse CDF.