normalinv_dist

Syntax: normal_dist(x)

Description: Returns the area under the Normal (Gaussian) probability density function,integrated from minus infinity to x (assumes mean is zero, variance is one).

Group: statistics_probability

Note:

Example:

normal_dist(0.3)

Also see: beta

Implemented in: LambdaNORMALINV_DIST.java