replication

abstract fun replication(j: Int): Double

Parameters

j

the current replication number. Could be used to implement more advanced sampling that needs the current replication number. For example, antithetic sampling.