OcbaSAR

constructor(initialReplications: Int = FixedScheduleSAR.DEFAULT_INITIAL_REPLICATIONS, epsilon: Double = FixedScheduleSAR.DEFAULT_EPSILON, varianceFloor: Double = DEFAULT_VARIANCE_FLOOR, deltaFloor: Double = DEFAULT_DELTA_FLOOR)(source)

Parameters

initialReplications

the floor n0 on replications per solution; defaults to FixedScheduleSAR.DEFAULT_INITIAL_REPLICATIONS

epsilon

the positive growth-exponent offset for the floor schedule; defaults to FixedScheduleSAR.DEFAULT_EPSILON

varianceFloor

a positive lower bound applied to each variance so zero-variance estimates do not collapse the ratios; must be > 0

deltaFloor

a positive lower bound applied to each mean gap |X̄_i − X̄_b| so near-ties do not produce infinite weights; must be > 0