Zipf Properties |
The Zipf type exposes the following members.
Name | Description | |
---|---|---|
![]() | Entropy | Gets the entropy of the distribution. |
![]() | Maximum | Gets the largest element in the domain of the distributions which can be represented by an integer. |
![]() | Mean | Gets the mean of the distribution. |
![]() | Median | Gets the median of the distribution. |
![]() | Minimum | Gets the smallest element in the domain of the distributions which can be represented by an integer. |
![]() | Mode | Gets the mode of the distribution. |
![]() | N | Gets or sets the n parameter of the distribution. |
![]() | RandomSource | Gets or sets the random number generator which is used to draw random samples. |
![]() | S | Gets or sets the s parameter of the distribution. |
![]() | Skewness | Gets the skewness of the distribution. |
![]() | StdDev | Gets the standard deviation of the distribution. |
![]() | Variance | Gets the variance of the distribution. |