Click or drag to resize

MatrixNormal Properties

The MatrixNormal type exposes the following members.

Properties
  NameDescription
Public propertyColCovarianceIsPositiveDefinite
Indicates whether user specified column covariance matrix is positive definite.
Public propertyColumnCovariance
Column covariance matrix.
Public propertyColumns
Number of columns in distribution.
(Inherited from CMDistribution.)
Public propertyEntropy
Entropy of the distribution. http://en.wikipedia.org/wiki/Information_entropy
(Inherited from CMDistribution.)
Public propertyMean
Means matrix.
(Overrides CMDistributionMean.)
Public propertyMethod
Method of normal distribution generation.
Public propertyMode
Mode of the distribution. http://en.wikipedia.org/wiki/Mode_(statistics)
(Inherited from CMDistribution.)
Public propertyRowCovariance
Row covariance matrix.
Public propertyRowCovarianceIsPositiveDefinite
Indicates whether user specified row covariance matrix is positive definite.
Public propertyRows
Number of rows in distribution.
(Inherited from CMDistribution.)
Top
See Also