Click or drag to resize

Matrix Normal

The matrix normal distribution is a probability distribution that is a generalization of the normal distribution to matrix-valued random variables.

Distribution parameters are mean matrix M, row covariance matrix Ω and column covariance matrix Σ.

This topic contains the following sections:

Constructors

Constructor

Description

Performance

set M, Ω and Σ

Creates new instance of MatrixNormal with user specified parameters.

methodMatrixNormal(Matrix, Matrix, Matrix)

set M, Ω, Σ and random generator

Creates new instance of MatrixNormal with user specified parameters.

methodMatrixNormal(RandomGenerator, Matrix, Matrix, Matrix)

Methods
Properties

Property

Description

Performance

mean

Means matrix.

PropertyMean

row covariance

Row covariance matrix.

PropertyRowCovariance

column covariance

Column covariance matrix.

PropertyColumnCovariance

is row covariance positive definite

Indicates whether user specified row covariance matrix is positive definite.

PropertyRowCovarianceIsPositiveDefinite

is column covariance positive definite

Indicates whether user specified column covariance matrix is positive definite.

PropertyColCovarianceIsPositiveDefinite