Uses of Interface
dev.nm.stat.random.sampler.resampler.ObjectResampler
-
Packages that use ObjectResampler Package Description dev.nm.stat.random.sampler.resampler.bootstrap dev.nm.stat.random.sampler.resampler.bootstrap.block -
-
Uses of ObjectResampler in dev.nm.stat.random.sampler.resampler.bootstrap
Classes in dev.nm.stat.random.sampler.resampler.bootstrap that implement ObjectResampler Modifier and Type Class Description class
CaseResamplingReplacementForObject<X>
This is the classical bootstrap method described in the reference. -
Uses of ObjectResampler in dev.nm.stat.random.sampler.resampler.bootstrap.block
Classes in dev.nm.stat.random.sampler.resampler.bootstrap.block that implement ObjectResampler Modifier and Type Class Description class
PattonPolitisWhite2009ForObject<X>
This class implements the stationary and circular block bootstrapping method with optimized block length.
-