T - the timestamp typeE - TimeSeries.Entrypublic interface MultivariateTimeSeries<T extends Comparable<? super T>,E extends MultivariateTimeSeries.Entry<T>> extends TimeSeries<T,Vector,E>
| Modifier and Type | Interface and Description |
|---|---|
static class |
MultivariateTimeSeries.Entry<T>
This is the
TimeSeries.Entry for a multivariate time series. |
| Modifier and Type | Method and Description |
|---|---|
int |
dimension()
Get the dimension of the multivariate time series.
|
Matrix |
toMatrix()
Convert this multivariate time series into an m x n matrix, where
m is the dimension, and n the length.
|
sizeforEach, iterator, spliteratorMatrix toMatrix()
int dimension()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.