Class BootstrapSampler

java.lang.Object
edu.cmu.tetrad.data.BootstrapSampler

public final class BootstrapSampler extends Object
Provides a static method for sampling with replacement from a dataset to create a new dataset with a sample size supplied by the user.

Since sampling is done with replacement, the output dataset can have more samples than the input.

Version:
$Id: $Id
Author:
Frank Wimberly