| Interface | Description |
|---|---|
| SynchronisedTimeSeriesCollectionAggregator<TIMESERIES extends TimeSeries<?,?,TIMESERIES>,STSCOLLECTION extends SynchronisedTimeSeriesCollection<?,?,?,TIMESERIES>,OUTPUT> |
A time series collection aggregators take as input a time series collection
and output a specified type
|
| TimeSeriesCollectionAggregator<TIMESERIES extends TimeSeries<?,?,TIMESERIES>,TSCOLLECTION extends TimeSeriesCollection<?,?,?,TIMESERIES>,OUTPUT> |
A time series collection aggregators take as input a time series collection
and output a specified type
|
| Class | Description |
|---|---|
| MeanSquaredDifferenceAggregator | |
| SquaredSummedDifferenceAggregator | |
| WindowedLinearRegressionAggregator |
An implementation of a general linear regressive such that the values of a timeseries Y are predicted using
the values of a set of time series X at some offset over some time window.
|