Click or drag to resize

Altaxo.Collections.Operations Namespace

[Missing <summary> documentation for "N:Altaxo.Collections.Operations"]

Classes
 ClassDescription
Public classMinimumOnSlidingWindowT Given a sequence of numeric values that will be added to this instance, the algorithm keeps track of the minimum value of the last numberOfItems added values. The name of the algorithm is ascending minima algorithm, one of the algorithms in the class of "minimum on a sliding window algorithms".