BatchStatistic

constructor(theMinNumBatches: Int = MIN_NUM_BATCHES, theMinBatchSize: Int = MIN_NUM_OBS_PER_BATCH, theMinNumBatchesMultiple: Int = MAX_BATCH_MULTIPLE, theName: String? = null, values: DoubleArray? = null)

Parameters

theMinNumBatches

The minimum number of batches, must be >= 2

theMinBatchSize

The minimum number of observations per batch, must be >= 2

theMinNumBatchesMultiple

The maximum number of batches as a multiple of the minimum number of batches.

theName

A String representing the name of the statistic

values

An array of values to collect on