org.jquantlib.math.randomnumbers
Class InverseCumulativeRng<RNG extends RandomNumberGenerator,IC extends InverseCumulative>
- java.lang.Object
-
- org.jquantlib.math.randomnumbers.InverseCumulativeRng<RNG,IC>
-
public class InverseCumulativeRng<RNG extends RandomNumberGenerator,IC extends InverseCumulative> extends java.lang.ObjectInverse cumulative random number generatorIt uses a uniform deviate in (0, 1) as the source of cumulative distribution values. Then an inverse cumulative distribution is used to calculate the distribution deviate. The uniform deviate is supplied by RNG.
-
-
Constructor Summary
Constructors Constructor and Description InverseCumulativeRng(RNG ug)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Sample<java.lang.Double>getNext()
-
DataMelt 3.0 © DataMelt by jWork.ORG