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, toMatrix
size
forEach, iterator, spliterator
Vector get(int t)
t
(random access).t
- the time index, counting from 1t
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.