Batch Statistic
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
the Min Num Batches
The minimum number of batches, must be >= 2
the Min Batch Size
The minimum number of observations per batch, must be >= 2
the Min Num Batches Multiple
The maximum number of batches as a multiple of the minimum number of batches.
the Name
A String representing the name of the statistic
values
An array of values to collect on