Learn R Programming

BayesianFROC (version 0.2.1)

Phi_inv: Inverse function of the Cumulative distribution function \(\Phi(x)\) of the Standard Gaussian. where \(x\) is a real number.

Description

Inverse function of the Cumulative distribution function \(\Phi(x)\) of the Standard Gaussian. where \(x\) is a real number.

Usage

Phi_inv(x)

Arguments

x

A real. To be passed to the function stats::qnorm()

Value

A real number: \(\Phi^{-1}(x)\)

Details

In Stan file, it is inv_Phi() and not inv_phi.

See Also

Phi()

Examples

Run this code
# NOT RUN {



         x <- runif(100)

 Phi_inv(x) == stats::qnorm(x)







# }

Run the code above in your browser using DataLab