Uses of Class
dev.nm.stat.random.rng.concurrent.cache.ConcurrentCachedRLG
-
Packages that use ConcurrentCachedRLG Package Description dev.nm.stat.random.sampler.resampler.bootstrap dev.nm.stat.random.sampler.resampler.bootstrap.block -
-
Uses of ConcurrentCachedRLG in dev.nm.stat.random.sampler.resampler.bootstrap
Constructors in dev.nm.stat.random.sampler.resampler.bootstrap with parameters of type ConcurrentCachedRLG Constructor Description CaseResamplingReplacement(double[] sample, ConcurrentCachedRLG rlg)
Constructs a bootstrap sample generator.CaseResamplingReplacementForObject(X[] sample, Class<X> clazz, ConcurrentCachedRLG rlg)
Constructs a bootstrap sample generator. -
Uses of ConcurrentCachedRLG in dev.nm.stat.random.sampler.resampler.bootstrap.block
Constructors in dev.nm.stat.random.sampler.resampler.bootstrap.block with parameters of type ConcurrentCachedRLG Constructor Description PattonPolitisWhite2009(double[] sample, long blockLength, PattonPolitisWhite2009ForObject.Type type, ConcurrentCachedRLG rlg, ConcurrentCachedRNG rng)
Constructs a block bootstrap sample generator.PattonPolitisWhite2009ForObject(X[] sample, Class<X> clazz, long blockLength, PattonPolitisWhite2009ForObject.Type type, ConcurrentCachedRLG rlg, ConcurrentCachedRNG rng)
Constructs a block bootstrap sample generator.
-