Click or drag to resize
Accord.NET (logo)

MultinomialDistribution Properties

The MultinomialDistribution type exposes the following members.

Properties
  NameDescription
Public propertyCovariance
Gets the variance-covariance matrix for this distribution.
(Overrides MultivariateDiscreteDistributionCovariance.)
Public propertyDimension
Gets the number of variables for this distribution.
(Inherited from MultivariateDiscreteDistribution.)
Public propertyMean
Gets the mean for this distribution.
(Overrides MultivariateDiscreteDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from MultivariateDiscreteDistribution.)
Public propertyMode
Gets the mode for this distribution.
(Inherited from MultivariateDiscreteDistribution.)
Public propertyNumberOfTrials
Gets the number of Bernoulli trials N.
Public propertyProbabilities
Gets the event probabilities associated with the trials.
Public propertySupport
Gets the support interval for this distribution.
(Overrides MultivariateDiscreteDistributionSupport.)
Public propertyVariance
Gets the variance vector for this distribution.
(Overrides MultivariateDiscreteDistributionVariance.)
Top
See Also