Click or drag to resize
Accord.NET (logo)

HiddenMarkovDistribution Properties

The HiddenMarkovDistribution 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 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 propertySupport
Gets the support interval for this distribution.
(Overrides MultivariateDiscreteDistributionSupport.)
Public propertyVariance
Gets the mean for this distribution.
(Overrides MultivariateDiscreteDistributionVariance.)
Top
See Also