| Interface | Description |
|---|---|
| TimeSeries<T extends java.lang.Comparable,E extends TimeSeries.Entry<T>> |
This is a univariate time series indexed by some notion of time.
|
| Class | Description |
|---|---|
| DateTimeTimeSeries |
This is a time series has its
double values indexed by DateTime. |
| GenericTimeTimeSeries<T extends java.lang.Comparable<? super T>> |
This is a univariate time series indexed by some notion of time.
|
| TimeSeries.Entry<T> |
This is the
TimeSeries.Entry for a univariate time series. |
| UnivariateTimeSeriesUtils |
These are the utility functions to manipulate a univariate time series.
|