Package de.uka.ipd.sdq.statistics

This package contains mainly batch mean procedures and warm-up filters.

How to implement a new batch mean procdure?

The recommended way is to extend ABatchAlgorithm which is more convenient than directly implementing the interface IBatchMeanAlgorithm.

How to implement a new warm-up filter?

There is not yet a common interface for warm-up filters.