Click or drag to resize

Dirichlet Properties

The Dirichlet type exposes the following members.

Properties
  NameDescription
Public propertyAlpha
Distribution parameters.
Public propertyCovariance
Covariance matrix of the distribution. http://en.wikipedia.org/wiki/Covariance_matrix
(Overrides CVDistributionCovariance.)
Public propertyDimension
Dimension of the distribution.
(Inherited from CVDistribution.)
Public propertyEntropy
Entropy of the distribution. http://en.wikipedia.org/wiki/Information_entropy
(Inherited from CVDistribution.)
Public propertyMean
Mean of the distribution. http://en.wikipedia.org/wiki/Expected_value
(Overrides CVDistributionMean.)
Public propertyMode
Mode of the distribution. http://en.wikipedia.org/wiki/Mode_(statistics)
(Overrides CVDistributionMode.)
Public propertyVariance
Variance of the distribution. http://en.wikipedia.org/wiki/Variance
(Overrides CVDistributionVariance.)
Top
See Also