MoroInverseCumulativeNormal (3) Linux Manual Page
QuantLib::MoroInverseCumulativeNormal – Moro Inverse cumulative normal distribution class. Synopsis#include <ql/math/distributions/normaldistribution.hpp> Inherits std::unary_function<Real,Real>. Public Member FunctionsMoroInverseCumulativeNormal (Real average=0.0, Real sigma=1.0) Real operator() (Real x) const Detailed DescriptionMoro Inverse cumulative normal distribution class. Given x between zero and one as the integral value of a gaussian normal distribution this class provides the value y such that formula…
