Statistical Batching Element
When added to a Model, this class will cause batch statistics to be collected for Response and TWResponse variables. It uses the TWBatchingElement and the ResponseBatchingElement to perform this functionality.
Time weighted variables are first discretized using a supplied batch interval. Then, observation-based batching is applied to the discretized batches. Response variables are batched by observation number.
Author
rossetti
Parameters
the model for the batching
the discretizing interval for TWResponse variables
the name of the model element
Properties
Returns a list of summary statistics on all Response variables The list is a copy of originals.
A map of all batch statistics with the ResponseVariable variable as the key
Returns a list of the batch statistics in the form of StatisticIfc
A map of all batch statistics with the TimeWeighted variable as the key
Returns a StatisticReporter for reporting the statistics across the batches.
Functions
Returns a statistical summary BatchStatistic on the Response variable across the observed batches. This returns a view of the summary statistics.
Look up the BatchStatisticObserver for the ResponseVariable
Removes the supplied ResponseVariable variable from the batching