Syntax: normal_dist(x)
Description: Returns the area under the Normal (Gaussian) probability density function, integrated from minus infinity to x.
Group: statistics_probability
Note:
Example:
normal_dist(0.3)
Also see: beta
Implemented in: LambdaNORMAL_DIST.java