Ocba SAR
constructor(initialReplications: Int = FixedScheduleSAR.DEFAULT_INITIAL_REPLICATIONS, epsilon: Double = FixedScheduleSAR.DEFAULT_EPSILON, varianceFloor: Double = DEFAULT_VARIANCE_FLOOR, deltaFloor: Double = DEFAULT_DELTA_FLOOR)(source)
Parameters
initial Replications
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
variance Floor
a positive lower bound applied to each variance so zero-variance estimates do not collapse the ratios; must be > 0
delta Floor
a positive lower bound applied to each mean gap |X̄_i − X̄_b| so near-ties do not produce infinite weights; must be > 0