|
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
This represents a multivariate time series indexed by integers. The entries are in the pair:(n, vector).
This time of series is often seen in classical time series analysis, where the data points are equally spaced.
| Nested Class Summary | |
|---|---|
static class |
MultiVariateTimeSeries.Entry
the TimeSeries.Entry for an integer-indexed multivariate time series |
static class |
MultiVariateTimeSeries.Iterator
the Iterator used to read an integer-indexed multivariate time series |
| Method Summary | |
|---|---|
Vector |
get(int t)
Get the value at time t. |
MultiVariateTimeSeries.Iterator |
iterator()
Get an Iterator to read this integer-indexed multivariate time series. |
| Methods inherited from interface com.numericalmethod.suanshu.stats.timeseries.multivariate.MultiVariateTimeSeries |
|---|
dimension, toMatrix |
| Methods inherited from interface com.numericalmethod.suanshu.stats.timeseries.TimeSeries |
|---|
size |
| Method Detail |
|---|
MultiVariateTimeSeries.Iterator iterator()
iterator in interface MultiVariateTimeSeries<java.lang.Integer>iterator in interface TimeSeries<java.lang.Integer,Vector>Vector get(int t)
t.
t - the time index, ranging from 1 up to T
ts[t]
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||