Click or drag to resize
Accord.NET (logo)

WishartDistribution Properties

The WishartDistribution type exposes the following members.

Properties
  NameDescription
Public propertyCovariance
Gets the variance-covariance matrix for this distribution.
(Overrides MatrixContinuousDistributionCovariance.)
Public propertyDegreesOfFreedom
Gets the degrees of freedom for this Wishart distribution.
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