Navigation

Operators and Keywords

Function List:

C++ API

: normpdf (x)
: normpdf (x, mu, sigma)

For each element of x, compute the probability density function (PDF) at x of the normal distribution with mean mu and standard deviation sigma.

Default values are mu = 0, sigma = 1.

Package: octave