Comparison With Standard Procedure
constructor(alpha: Double = DEFAULT_ALPHA, delta: Double, n0: Int = DEFAULT_N0, c: Int = 1, maxReplications: Int = DEFAULT_MAX_REPLICATIONS)(source)
Parameters
alpha
the overall error probability; must be in (0,1)
delta
the indifference-zone parameter δ_L; must be positive
n0
the first-stage sample size per system; must be at least 2
c
the comparison-constant flag from Kim (2005); only c = 1 is supported
max Replications
a hard cap on replications per system, guaranteeing termination even if the boundary has not forced a decision; must be at least n0