See: Description
Interface | Description |
---|---|
IBatchAlgorithm |
Interface for batch mean algorithms.
|
Class | Description |
---|---|
ABatchAlgorithm |
Implements some recurring tasks arising when implementing the interface
IBatchAlgorithm . |
Activator |
The activator class controls the plug-in life cycle
|
Batch |
A batch, represented by the batch mean.
|
CrossingMeanWarmUpFilter |
Implements the "Crossing the mean" heuristic for filtering the warm-up period of a steady state
simulation.
|
MCRWarmUpFilter |
Implements the "Marginal Confidence Rule" (MCR) for filtering the warm-up period of a steady
state simulation.
|
PhiMixingBatchAlgorithm |
Implements a batch means procedure based on phi-mixing conditions as described in [1].
|
StaticBatchAlgorithm |
Batch means algorithm with manually configured batch size.
|
ABatchAlgorithm
which is more convenient than directly implementing the interface IBatchMeanAlgorithm
.