Batch Statistic Observer
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
min Num Batches
The minimum number of batches, must be >= 2
min Batch Size
The minimum number of observations per batch, must be >= 2
max NBMultiple
The maximum number of batches as a multiple of the minimum number of batches.