invNormalCDF

Inverse of Normal distribution function

Returns the argument, x, for which the area under the Normal probability density function (integrated from minus infinity to x) is equal to p.

double
invNormalCDF
(
double p
,
double mean = 0
,
double sd = 1
)

Meta