BatchStatisticObserver
open class BatchStatisticObserver( minNumBatches: Int = BatchStatistic.MIN_NUM_BATCHES, minBatchSize: Int = BatchStatistic.MIN_NUM_OBS_PER_BATCH, maxNBMultiple: Int = BatchStatistic.MAX_BATCH_MULTIPLE, name: String? = null) : ModelElementObserver
An observer for batching of statistics on Response variable The user can control the collection rule and the batching criteria of the underlying BatchStatistic
Author
rossetti
Parameters
minNumBatches
The minimum number of batches, must be >= 2
minBatchSize
The minimum number of observations per batch, must be >= 2
maxNBMultiple
The maximum number of batches as a multiple of the minimum number of batches.