normalinv
Calculates the inverse cumulative distribution function (CDF) for the normal(Gaussian) distribution. Depending on input, function can return scalar, vector or matrix
Arguments
- Real parameter y
- Real value mi, mean or expectation of the distribution of x
- Real positive value ro, standard deviation of x
Output
Resulting value
Examples