|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface MultiVariateTimeSeries<T>
A multivariate time series is a sequence of vectors indexed by some notion of time. The entries are in the pair:(timestamp, vector).
| Nested Class Summary | |
|---|---|
static class |
MultiVariateTimeSeries.Entry<T>
the TimeSeries.Entry for a multivariate time series |
static class |
MultiVariateTimeSeries.Iterator<E extends MultiVariateTimeSeries.Entry<?>>
the Iterator to read a multivariate time series |
| Method Summary | |
|---|---|
int |
dimension()
Get the dimensionality of the multivariate time series. |
MultiVariateTimeSeries.Iterator<? extends MultiVariateTimeSeries.Entry<T>> |
iterator()
Get an Iterator to read this 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. |
| Methods inherited from interface com.numericalmethod.suanshu.stats.timeseries.TimeSeries |
|---|
size |
| Method Detail |
|---|
MultiVariateTimeSeries.Iterator<? extends MultiVariateTimeSeries.Entry<T>> iterator()
iterator in interface TimeSeries<T,Vector>Matrix toMatrix()
int dimension()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||