Uses of Interface
dev.nm.stat.random.sampler.resampler.Resampler
-
-
Uses of Resampler in dev.nm.stat.random.sampler.resampler
Constructors in dev.nm.stat.random.sampler.resampler with parameters of type Resampler Constructor Description BootstrapEstimator(Resampler bootstrap, StatisticFactory factory, int B)
Constructs a bootstrap estimator.BootstrapEstimator(Resampler bootstrap, StatisticFactory factory, int B, boolean isParallel)
Constructs a bootstrap estimator. -
Uses of Resampler in dev.nm.stat.random.sampler.resampler.bootstrap
Classes in dev.nm.stat.random.sampler.resampler.bootstrap that implement Resampler Modifier and Type Class Description class
CaseResamplingReplacement
This is the classical bootstrap method described in the reference. -
Uses of Resampler in dev.nm.stat.random.sampler.resampler.bootstrap.block
Classes in dev.nm.stat.random.sampler.resampler.bootstrap.block that implement Resampler Modifier and Type Class Description class
PattonPolitisWhite2009
This class implements the stationary and circular block bootstrapping method with optimized block length. -
Uses of Resampler in dev.nm.stat.random.sampler.resampler.multivariate
Constructors in dev.nm.stat.random.sampler.resampler.multivariate with parameters of type Resampler Constructor Description GroupResampler(Matrix sample, Resampler resampler)
Constructs a re-sampler that treats each row as a group object, shuffling the groups/rows.
-