Skip to content

What would be a good way to implement diagonal Normal distribution? #201

@Nimrais

Description

@Nimrais

The multivariate normal distribution has a large number of parameters, $O(n^2 + n)$, which can make optimization challenging. It would be beneficial to have an implementation of the normal distribution with a diagonal covariance matrix, reducing the number of parameters to $2n$. This simplification would make the optimization process more manageable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions