add

fun add(response: Response, minNumBatches: Int = BatchStatistic.MIN_NUM_BATCHES, minBatchSize: Int = BatchStatistic.MIN_NUM_OBS_PER_BATCH, maxNBMultiple: Int = BatchStatistic.MAX_BATCH_MULTIPLE, name: String = response.name): BatchStatisticObserver

Adds the supplied Response variable to the batching

Return

the BatchStatisticObserver

Parameters

response

the Response variable to add

minNumBatches

minimum number of batches

minBatchSize

minimum batch size

maxNBMultiple

batch size multiple

name

name for BatchStatistic