gauss
Probability that a standard-normal value is between 0 and x.
Syntax
Section titled “Syntax”v = gauss(x)Description
Section titled “Description”Returns norm_s_dist(x, true) - 0.5. Equivalent to half the integral of the standard normal PDF between 0 and x.
Example
Section titled “Example”gauss(2) % ≈ 0.477See also
Section titled “See also”norm_s_dist— Standard-normal PDF or CDF.phi— Standard-normal PDF value.