normalDistributionInverse

fnreal normalDistributionInverse(real p) pure nothrow @safe @nogc

Inverse of Standard 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.

Note

This function is only implemented to 80 bit precision.