Uses of Class
dev.nm.stat.random.rng.concurrent.cache.ConcurrentCachedRNG
-
Packages that use ConcurrentCachedRNG Package Description dev.nm.stat.random.sampler.resampler.bootstrap.block -
-
Uses of ConcurrentCachedRNG in dev.nm.stat.random.sampler.resampler.bootstrap.block
Constructors in dev.nm.stat.random.sampler.resampler.bootstrap.block with parameters of type ConcurrentCachedRNG 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.
-