Function Reference: stdnormal_cdf

statistics: p = stdnormal_cdf (x)

Standard normal cumulative distribution function (CDF).

For each element of x, compute the cumulative distribution function (CDF) at x of the standard normal distribution (mean = 0, standard deviation = 1).

See also: normcdf, stdnormal_inv, stdnormal_pdf, stdnormal_rnd

Source Code: stdnormal_cdf