Interface ObjectResampler<X>

    • Method Detail

      • newResample

        X[] 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