Navigation

Operators and Keywords

Function List:

C++ API

: norminv (x)
: norminv (x, mu, sigma)

For each element of x, compute the quantile (the inverse of the CDF) at x of the normal distribution with mean mu and standard deviation sigma.

Default values are mu = 0, sigma = 1.

Package: octave