Skip to content

Truncated multivariate normal #480

Open
@papamarkou

Description

@papamarkou

I am interested in implementing the quantile() method for MvNormal, as I need to be able to compute the quantiles of MvNormal (so that I can ultimately implement a truncated multivariate normal distribution similar in spirit to the truncated univariate normal).

I have tried to find out what is the most reasonable and efficient way to do this, and it seems there is a closed form for it here. I will try to look into the R code of qmvnorm as well, which uses an algorithm by Genz and Bretz, see this doc page.

I will try to find out more about this matter. If any of you any suggestions about the choice of algorithm or implementation, I am open to any new thoughts.

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