Function Reference: stdnormal_pdf

statistics: y = stdnormal_pdf (x)

Standard normal probability density function (PDF).

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

See also: normpdf, stdnormal_cdf, stdnormal_inv, stdnormal_rnd

Source Code: stdnormal_pdf