Constructor and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseResamplingReplacement
This is the classical bootstrap method described in the reference.
|
Modifier and Type | Class and Description |
---|---|
class |
PattonPolitisWhite2009
This class implements the stationary and circular block bootstrapping method
with optimized block length.
|
Constructor and Description |
---|
GroupResampler(Matrix sample,
Resampler resampler)
Constructs a re-sampler that treats each row as a group object, shuffling
the groups/rows.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.