Function Reference: stdnormal_inv

statistics: x = stdnormal_inv (p)

Inverse of the standard normal cumulative distribution function (iCDF).

For each element of p, compute the quantile (the inverse of the CDF) at p of the standard normal distribution (mean = 0, standard deviation = 1).

See also: norminv, stdnormal_cdf, stdnormal_pdf, stdnormal_rnd

Source Code: stdnormal_inv