public interface MultivariateIntTimeTimeSeries extends MultivariateTimeSeries<Integer,MultivariateIntTimeTimeSeries.Entry>
| Modifier and Type | Interface and Description |
|---|---|
static class |
MultivariateIntTimeTimeSeries.Entry
This is the
TimeSeries.Entry for an integer -indexed multivariate time series. |
| Modifier and Type | Method and Description |
|---|---|
Vector |
get(int t)
Get the value at time
t (random access). |
dimension, toMatrixsizeforEach, iterator, spliteratorVector get(int t)
t (random access).t - the time index, counting from 1tCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.