Skip to content

norm_s_inv

Inverse standard-normal CDF.

v = norm_s_inv(probability)

Like norm_inv but for the standard normal.

norm_s_inv(0.975) % ≈ 1.96
  • norm_s_dist — Standard-normal PDF or CDF.
  • norm_inv — Inverse normal CDF (quantile function).