WLJS LogoWLJS Notebook

InverseCDF

InverseCDF[dist,q] gives the inverse of the cumulative distribution function for the distribution dist as a function of the variable q.

Examples

Compute the inverse CDF of a normal distribution:

InverseCDF[NormalDistribution[0, 1], 0.95]
(* 1.64485 *)

Please visit the official Wolfram Language Reference for more details.

On this page