Function invNormalCDF

Inverse of Normal distribution function

double invNormalCDF (
  double p,
  double mean = 0.00000,
  double sd = 1.00000
);

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