Skip to content

norm_s_dist

Standard-normal PDF or CDF.

v = norm_s_dist(x, cumulative)

Like norm_dist but with mean = 0 and standard_dev = 1 fixed.

norm_s_dist(1.96, true) % ≈ 0.975