Syntax: normalinv_prob(x)
Description: Returns the value, x, for which the area under the Normal (Gaussian) probability density function (integrated from minus infinity to x) is equal to the argument y (assumes mean is zero, variance is one);Argument can be number or vector. In later case it returns a vector.Can also be called as normal(x,mean,variance)
Group: statistics_probability
Note:
Example:
normalinv(0.3)
Also see: normal
Implemented in: LambdaNORMALINV_PROB.java