Function Gaussian-Cdf

Part of:

package cl-mathstats
( gaussian-cdf < x > &optional < mean > < sd > )
Computes the cumulative distribution function for a Gaussian random variable (defaults: mean=0.0, s.d.=1.0) evaluated at `x.' The result is the probability of getting a random number less than or equal to `x,' from the given Gaussian distribution.