Uses of Class
org.drip.sequence.functional.BoundedIdempotentUnivariateRandom
Package | Description |
---|---|
org.drip.sequence.custom |
Glivenko Cantelli Supremum Deviation Bounds
|
org.drip.sequence.functional |
Efron Stein Functional Supremum Bounds
|
-
Uses of BoundedIdempotentUnivariateRandom in org.drip.sequence.custom
Methods in org.drip.sequence.custom that return BoundedIdempotentUnivariateRandom Modifier and Type Method Description BoundedIdempotentUnivariateRandom
GlivenkoCantelliUniformDeviation. separableUnivariateRandom()
Retrieve the Separable Bounded Idempotent Univariate Random FunctionMethods in org.drip.sequence.custom with parameters of type BoundedIdempotentUnivariateRandom Modifier and Type Method Description static GlivenkoCantelliUniformDeviation
GlivenkoCantelliUniformDeviation. Create(BoundedIdempotentUnivariateRandom biur, int iNumSample)
GlivenkoCantelliUniformDeviation ConstructorConstructors in org.drip.sequence.custom with parameters of type BoundedIdempotentUnivariateRandom Constructor Description GlivenkoCantelliUniformDeviation(BoundedIdempotentUnivariateRandom biur, double[] adblWeight)
GlivenkoCantelliUniformDeviation Constructor -
Uses of BoundedIdempotentUnivariateRandom in org.drip.sequence.functional
Subclasses of BoundedIdempotentUnivariateRandom in org.drip.sequence.functional Modifier and Type Class Description class
BinaryIdempotentUnivariateRandom
BinaryIdempotentUnivariateRandom contains the Implementation of the Objective Function dependent on Binary Idempotent Univariate Random Variable.