Interface Resampler
- All Superinterfaces:
Seedable
- All Known Implementing Classes:
CaseResamplingReplacement
,PattonPolitisWhite2009
This is the interface of a re-sampler method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]
Gets a resample from the original sample.
-
Method Details
-
newResample
double[] newResample()Gets a resample from the original sample. It is very important this method is thread-safe so resampling can be run in parallel.- Returns:
- a resample, e.g., a bootstrap sample
-