batch Welch Averages
Creates a BatchStatistic that batches the Welch averages according to the batching parameters. Uses the number of observations via getMinNumObservationsInReplications() to determine the number of batches based on MIN_BATCH_SIZE. No data is deleted.
Return
A BatchStatistic
Throws
if there was a problem accessing the file
Creates a BatchStatistic that batches the Welch averages according to the batching parameters. Uses the number of observations via getMinNumObservationsInReplications() to determine the number of batches based on MIN_BATCH_SIZE.
Return
A BatchStatistic
Parameters
the number of observations to delete at beginning of series
Throws
if there was a problem accessing the file
Creates a BatchStatistic that batches the Welch averages according to the batching parameters. Uses the number of observations via getMinNumObservationsInReplications() to determine the number of batches based on the supplied batch size.
Return
A BatchStatistic
Parameters
the number of observations to delete at beginning of series
the size of the batches, must be GT 1
Throws
if there was a problem accessing the file
Creates a BatchStatistic that batches the Welch averages according to the batching parameters. If the minNumBatches x minBatchSize = number of observations then the maxNBMultiple does not matter. Uses a batch multiple of 2.
Return
a BatchStatistic
Parameters
the number of observations to delete at beginning of series
the minimum number of batches to make
the minimum batch size
Throws
if there was a problem accessing the file
Creates a BatchStatistic that batches the Welch averages according to the batching parameters. If the minNumBatches x minBatchSize = number of observations then the maxNBMultiple does not matter.
Return
the BatchStatistic
Parameters
the number of observations to delete at beginning of series
the minimum number of batches to make
the minimum batch size
the batch means multiple
Throws
if there was a problem accessing the file