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:
Constructor | Description | Performance |
---|---|---|
set M, Ω and Σ | Creates new instance of MatrixNormal with user specified parameters. | |
set M, Ω, Σ and random generator | Creates new instance of MatrixNormal with user specified parameters. |
Method | Description | Performance |
---|---|---|
sample | Generate random variable sample. In place:Returning result: | |
Probability density function. |
Property | Description | Performance |
---|---|---|
mean | Means matrix. | |
row covariance | Row covariance matrix. | |
column covariance | Column covariance matrix. | |
is row covariance positive definite | Indicates whether user specified row covariance matrix is positive definite. | |
is column covariance positive definite | Indicates whether user specified column covariance matrix is positive definite. |