Click or drag to resize
Accord.NET (logo)

JointDistribution Properties

The JointDistribution type exposes the following members.

Properties
  NameDescription
Public propertyCovariance
Gets the variance for this distribution.
(Overrides MultivariateDiscreteDistributionCovariance.)
Public propertyDimension
Gets the number of variables for this distribution.
(Inherited from MultivariateDiscreteDistribution.)
Public propertyFrequencies
Gets the frequency of observation of each discrete variable.
Public propertyItem
Gets or sets the probability value attached to the given index.
Public propertyLengths
Gets the number of symbols in the distribution.
Public propertyMaximum
Gets the integer value where the discrete distribution ends.
Public propertyMean
Gets the mean for this distribution.
(Overrides MultivariateDiscreteDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from MultivariateDiscreteDistribution.)
Public propertyMinimum
Gets the integer value where the discrete distribution starts.
Public propertyMode
Gets the mode for this distribution.
(Inherited from MultivariateDiscreteDistribution.)
Public propertySupport
Gets the support interval for this distribution.
(Overrides MultivariateDiscreteDistributionSupport.)
Public propertySymbols Obsolete.
Gets the number of symbols for each discrete variable.
Public propertyVariance
Gets the mean for this distribution.
(Overrides MultivariateDiscreteDistributionVariance.)
Top
See Also