powered by
Inverse function of the Cumulative distribution function \(\Phi(x)\) of the Standard Gaussian. where \(x\) is a real number.
Phi_inv(x)
A real. To be passed to the function stats::qnorm()
stats::qnorm()
A real number: \(\Phi^{-1}(x)\)
In Stan file, it is inv_Phi() and not inv_phi.
inv_Phi()
inv_phi
Phi()
# NOT RUN { x <- runif(100) Phi_inv(x) == stats::qnorm(x) # }
Run the code above in your browser using DataLab