public interface TimeSeries extends TimeSeries<java.lang.Integer,TimeSeries.Entry>
| Modifier and Type | Interface and Description |
|---|---|
static class |
TimeSeries.Entry
This is the
TimeSeries.Entry for an integer number -indexed univariate time series. |
| Modifier and Type | Method and Description |
|---|---|
double |
get(int t)
Get the value at time
t. |
toArraysize