Uses of Interface
dev.nm.stat.descriptive.StatisticFactory
-
Packages that use StatisticFactory Package Description dev.nm.stat.random.sampler.resampler -
-
Uses of StatisticFactory in dev.nm.stat.random.sampler.resampler
Constructors in dev.nm.stat.random.sampler.resampler with parameters of type StatisticFactory 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.
-