Bootstrap
constructor(originalData: DoubleArray, estimator: BSEstimatorIfc = BSEstimatorIfc.Average(), stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)
Parameters
original Data
the data to sample from to form the bootstraps
estimator
a function to be applied to the data
stream
the random number stream for forming the bootstraps
name
a name for the bootstrap statistics