Skip to content

Update multi_normal to call multi_normal_cholesky after the cholesky #2544

@spinkney

Description

@spinkney

The multi_normal lpdf relies on autodiff but the multi_normal_cholesky has derivatives. It makes sense to just call multi_normal_cholesky once the Cholesky decomposition is taken of the covariance matrix in the multi_normal_lpdf to take advantage of those derivatives.

This should be a simple fix.

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