| Interface | Description |
|---|---|
| TimeSeriesProcessorFactory<T> |
A functional interface to be used as a factory for
TimeSeriesProcessor of type T |
| Class | Description |
|---|---|
| DoubleTimeSeriesProcessor |
This class provides a full implementation of a
TimeSeriesProcessor of Double values. |
| TimeSeriesProcessor<T> |
The base class for time series processor classes, which holds raw data points and provides access to summary properties.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.