Cumulative distribution function for Gaussian (normal) distribution.
Mean of the input value.
The standard deviation of the input value.
seq(3).map(cdfGauss(0.5, 0.3));// ⮕ [ 0.04, 0.5, 0.95 ] Copy
seq(3).map(cdfGauss(0.5, 0.3));// ⮕ [ 0.04, 0.5, 0.95 ]
Cumulative distribution function
Cumulative distribution function for Gaussian (normal) distribution.