GeneralDiscreteDistribution Properties |
The GeneralDiscreteDistribution type exposes the following members.
Name | Description | |
---|---|---|
Entropy |
Gets the entropy for this distribution.
(Overrides UnivariateDiscreteDistributionEntropy.) | |
Frequencies |
Gets the probabilities associated with each discrete variable value.
Note: if the frequencies in this property are manually changed, the
rest of the class properties (Mode, Mean, ...) will not be automatically
updated to reflect the actual inserted values.
| |
Item |
Gets the probability value associated with the symbol i.
| |
Length |
Gets the number of symbols in the distribution.
| |
Maximum |
Gets the integer value where the
discrete distribution ends.
| |
Mean |
Gets the mean for this distribution.
(Overrides UnivariateDiscreteDistributionMean.) | |
Median |
Gets the median for this distribution.
(Inherited from UnivariateDiscreteDistribution.) | |
Minimum |
Gets the integer value where the
discrete distribution starts.
| |
Mode |
Gets the mode for this distribution.
(Overrides UnivariateDiscreteDistributionMode.) | |
Quartiles |
Gets the Quartiles for this distribution.
(Inherited from UnivariateDiscreteDistribution.) | |
StandardDeviation |
Gets the Standard Deviation (the square root of
the variance) for the current distribution.
(Inherited from UnivariateDiscreteDistribution.) | |
Support |
Gets the support interval for this distribution.
(Overrides UnivariateDiscreteDistributionSupport.) | |
Variance |
Gets the variance for this distribution.
(Overrides UnivariateDiscreteDistributionVariance.) |