Equivalent of qnorm() and pnorm() in mxAlgebra?
Posted on
suzannejak
Joined: 01/06/2010
Forums
Dear OpenMx team,
I would like to use the quantile and distribution function for a (not standard) normal distribution in an mxAlgebra, equivalent to using qnorm() and pnorm() in R. Does this exist?
Thanks in advance!
?mxAlgebra
We have
p2zandomxMnoravailable withinmxAlgebra.p2zgives univariate standard normal quantiles similar toqnorm. You can always transform these standard normal quantiles to any mean and standard deviation with a linear transformation.omxMnorgives multivariate normal integration for a given covariance and mean. A univariate covariance and mean with a lower bound of-Infis equivalent topnorm.Log in or register to post comments
Thanks
That works, thank you very much!
Log in or register to post comments