| Interface | Description |
|---|---|
| Realization |
This is a univariate time series indexed real numbers.
|
| TimeSeries |
This is a univariate time series indexed by integers.
|
| Class | Description |
|---|---|
| OneDimensionTimeSeries<T extends java.lang.Comparable> |
This class constructs a univariate realization from a multivariate realization by taking one of its dimension (coordinate).
|
| Realization.Entry |
This is the
TimeSeries.Entry for a real number -indexed univariate time series. |
| SimpleTimeSeries |
This simple univariate time series has its
double values indexed by integers. |
| TimeSeries.Entry |
This is the
TimeSeries.Entry for an integer number -indexed univariate time series. |