AbstractPlotProcessor |
Ancestor for processors of plot containers.
|
AbstractPlotProcessorWithBuffer<T> |
Ancestor for post-processors that work on a buffer of plot containers.
|
Expression |
Applies a mathematical function to the data (separately for X and Y).
Values can be accessed using 'xN' and 'yN' with 'N' being the 1-based index in the current window.
|
LOWESS |
A processor that applies LOWESS smoothing.
For more information see:
WikiPedia.
|
PassThrough |
Dummy processor which never generates any new containers.
|
SavitzkyGolay |
A processor that applies SavitzkyGolay smoothing.
For more information see:
A.
|
SimpleSavitzkyGolay |
A processor that applies SimpleSavitzkyGolay smoothing.
For more information see:
A.
|