Dear all,
I am currently using omxMnor to calculate the multivariate normal integral in my paper. Wonder what is the underlying algorithm implemented by omxMnor. Any references would be greatly appreciated!
Cheers,
Ou
The OpenMx website will be down for maintenance from 9 AM EDT on Tuesday, September 17th, and is expected to return by the end of the day on Wednesday, September 18th. During this period, the backend will be updated and the website will get a refreshed look.
The algorithm underlying
omxMnor()
is a FORTRAN subroutine called 'SADMVN'. It starts on line 558 of src/sadmvn.f in the OpenMx source repository. SADMVN's code contains the following comment, which provides a citation for the algorithm:Professor Genz has a PDF of that paper on his website here.
This is really helpful! Thanks heaps!!!
You're welcome. Glad to be of help.
I've added the Genz reference to the help page of the
omxMnor()
function (i.e., man page obtained from?omxMnor
).