Uses of Class
org.drip.measure.discrete.QuadraticResampler
Package | Description |
---|---|
org.drip.measure.discrete |
Antithetic, Quadratically Re-sampled, De-biased Distribution
|
-
Uses of QuadraticResampler in org.drip.measure.discrete
Methods in org.drip.measure.discrete that return QuadraticResampler Modifier and Type Method Description QuadraticResampler
CorrelatedPathVertexDimension. quadraticResampler()
Retrieve the Quadratic Resampler InstanceConstructors in org.drip.measure.discrete with parameters of type QuadraticResampler Constructor Description CorrelatedPathVertexDimension(RandomNumberGenerator rng, double[][] aadblCorrelation, int iNumVertex, int iNumPath, boolean bApplyAntithetic, QuadraticResampler qr)
CorrelatedPathVertexDimension Constructor