Replies: 1 comment 4 replies
-
Yes, such a distribution could certainly be added. I'd accept such a contribution. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was surprised to find Math.NET to lack such a common distribution. I understand that
MatrixNormal
can be adapted to generate it, with a bit of computational and syntactic overhead. However, this is only possible for positive definite covariance matrices, sinceMatrixNormal
is implemented via a Cholesky decomposition. Positive semi-definite covariance matrices are common and useful. Could a Multivariate Normal decomposition be added? Or else, couldMatrixNormal
be extended to handle positive semi-definite covariances?Beta Was this translation helpful? Give feedback.
All reactions