Syntax: normal_prob(x)
Description: Returns the area under the Normal (Gaussian) probability density function, integrated from minus infinity to x.It assumes mean=0 and sigma=1.Argument can be number or vector. In latter case it returns a vector.Can also be called as normal(x,mean,variance), where x is either a number or vector.
Group: statistics_probability
Note:
Example:
normal_prob(0.3)
Also see: normalinv
Implemented in: LambdaNORMAL_PROB.java