Skip to content

Lacking Multivariate Normal distribution #783

@don-reba

Description

@don-reba

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, since MatrixNormal is implemented via a Cholesky decomposition. Positive semi-definite covariance matrices are common and useful. Could a Multivariate Normal decomposition be added? Or else, could MatrixNormal be extended to handle positive semi-definite covariances?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions