norm_s_dist
Standard-normal PDF or CDF.
Syntax
Section titled “Syntax”v = norm_s_dist(x, cumulative)Description
Section titled “Description”Like norm_dist but with mean = 0 and standard_dev = 1 fixed.
Example
Section titled “Example”norm_s_dist(1.96, true) % ≈ 0.975See also
Section titled “See also”norm_s_inv— Inverse standard-normal CDF.norm_dist— Normal-distribution PDF or CDF.