norm_s_inv
Inverse standard-normal CDF.
Syntax
Section titled “Syntax”v = norm_s_inv(probability)Description
Section titled “Description”Like norm_inv but for the standard normal.
Example
Section titled “Example”norm_s_inv(0.975) % ≈ 1.96See also
Section titled “See also”norm_s_dist— Standard-normal PDF or CDF.norm_inv— Inverse normal CDF (quantile function).