Beta Properties |
The Beta type exposes the following members.
Name | Description | |
---|---|---|
![]() | A | Gets the α shape parameter of the Beta distribution. Range: α ≥ 0. |
![]() | B | Gets the β shape parameter of the Beta distribution. Range: β ≥ 0. |
![]() | Entropy | Gets the entropy of the Beta distribution. |
![]() | Maximum | Gets the maximum of the Beta distribution. |
![]() | Mean | Gets the mean of the Beta distribution. |
![]() | Median | Gets the median of the Beta distribution. |
![]() | Minimum | Gets the minimum of the Beta distribution. |
![]() | Mode | Gets the mode of the Beta distribution; when there are multiple answers, this routine will return 0.5. |
![]() | RandomSource | Gets or sets the random number generator which is used to draw random samples. |
![]() | Skewness | Gets the skewness of the Beta distribution. |
![]() | StdDev | Gets the standard deviation of the Beta distribution. |
![]() | Variance | Gets the variance of the Beta distribution. |