Burr Properties |
The Burr type exposes the following members.
| Name | Description | |
|---|---|---|
| A | Gets the scale (a) of the distribution. Range: a > 0. | |
| C | Gets the first shape parameter (c) of the distribution. Range: c > 0. | |
| Entropy | Gets the entropy of the Burr distribution (currently not supported). | |
| K | Gets the second shape parameter (k) of the distribution. Range: k > 0. | |
| Maximum | Gets the maximum of the Burr distribution. | |
| Mean | Gets the mean of the Burr distribution. | |
| Median | Gets the median of the Burr distribution. | |
| Minimum | Gets the minimum of the Burr distribution. | |
| Mode | Gets the mode of the Burr distribution. | |
| RandomSource | Gets the random number generator which is used to draw random samples. | |
| Skewness | Gets the skewness of the Burr distribution. | |
| StdDev | Gets the standard deviation of the Burr distribution. | |
| Variance | Gets the variance of the Burr distribution. |