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 {@link ABatchAlgorithm} which is more convenient than directly implementing the interface {@link IBatchMeanAlgorithm}.
How to implement a new warm-up filter?
There is not yet a common interface for warm-up filters.