Click or drag to resize
Accord.NET (logo)

InverseWishartDistribution Properties

The InverseWishartDistribution type exposes the following members.

Properties
  NameDescription
Public propertyCovariance
Gets the variance-covariance matrix for this distribution.
(Overrides MatrixContinuousDistributionCovariance.)
Public propertyDimension
Gets the number of variables for this distribution.
(Inherited from MatrixContinuousDistribution.)
Public propertyMean
Gets the mean for this distribution.
(Overrides MatrixContinuousDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from MatrixContinuousDistribution.)
Public propertyMode
Gets the mode for this distribution.
(Inherited from MatrixContinuousDistribution.)
Public propertyNumberOfColumns
Gets the number of columns that matrices from this distribution should have.
(Inherited from MatrixContinuousDistribution.)
Public propertyNumberOfRows
Gets the number of rows that matrices from this distribution should have.
(Inherited from MatrixContinuousDistribution.)
Public propertyVariance
Gets the variance for this distribution.
(Overrides MatrixContinuousDistributionVariance.)
Top
See Also