.ModelicaTest.Math.Random.Internal.cdfInvNormal

Quantile (inverse cumulative distribution function) of the normal distribution with a precision of about 1e-9

Information

Implementation according to: Peter John Acklam. The relative error is less than 1e-9.

Interface

function cdfInvNormal
  extends Modelica.Icons.Function;
  input Real u(min = 0, max = 1) "Number in the range 0 <= u <= 1";
  output Real y "Quantile of 1/sqrt(2*pi) * exp(-x^2/2): y = sqrt(2)*erfinv(2*u-1)";
end cdfInvNormal;

Revisions

Date Description
June 22, 2015
DLR logo Initial version implemented by A. Klöckner, F. v.d. Linden, D. Zimmer, M. Otter.
DLR Institute of System Dynamics and Control

Generated at 2025-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos