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
min Num Batches
minimum number of batches
min Batch Size
minimum batch size
max NBMultiple
batch size multiple
name
name for BatchStatistic