Uses of Class
org.quantlib.InverseCumulativeNormal
-
-
Uses of InverseCumulativeNormal in org.quantlib
Methods in org.quantlib with parameters of type InverseCumulativeNormal Modifier and Type Method Description protected static longInverseCumulativeNormal. getCPtr(InverseCumulativeNormal obj)protected static longInverseCumulativeNormal. swigRelease(InverseCumulativeNormal obj)Constructors in org.quantlib with parameters of type InverseCumulativeNormal Constructor Description InvCumulativeHaltonGaussianRsg(HaltonRsg uniformSequenceGenerator, InverseCumulativeNormal inverseCumulative)InvCumulativeKnuthGaussianRsg(KnuthUniformRsg uniformSequenceGenerator, InverseCumulativeNormal inverseCumulative)InvCumulativeLecuyerGaussianRsg(LecuyerUniformRsg uniformSequenceGenerator, InverseCumulativeNormal inverseCumulative)InvCumulativeMersenneTwisterGaussianRsg(MersenneTwisterUniformRsg uniformSequenceGenerator, InverseCumulativeNormal inverseCumulative)InvCumulativeSobolGaussianRsg(SobolRsg uniformSequenceGenerator, InverseCumulativeNormal inverseCumulative)InvCumulativeXoshiro256StarStarGaussianRsg(Xoshiro256StarStarUniformRsg uniformSequenceGenerator, InverseCumulativeNormal inverseCumulative)
-