Companion

object Companion

Functions

Link copied to clipboard
fun create(samplerMap: Map<String, Map.Entry<Int, SampleIfc>>, estimator: BSEstimatorIfc = BSEstimatorIfc.Average(), name: String? = null): MultiBootstrap
fun create(sampleSize: Int, samplerMap: Map<String, SampleIfc>, estimator: BSEstimatorIfc = BSEstimatorIfc.Average(), name: String? = null): MultiBootstrap