Open
Description
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
Labels
No labels