|
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 TimeSeries<T>
This represents a univariate time series indexed by some notion of time. The entries are in the pair:(timestamp, double).
| Nested Class Summary | |
|---|---|
static class |
TimeSeries.Entry<T>
the TimeSeries.Entry for a univariate time series |
static class |
TimeSeries.Iterator<E extends TimeSeries.Entry<?>>
the Iterator to read a univariate time series |
| Method Summary | |
|---|---|
TimeSeries.Iterator<? extends TimeSeries.Entry<T>> |
iterator()
Get an Iterator to read this univariate time series. |
double[] |
toArray()
Convert this time series into an array. |
| Methods inherited from interface com.numericalmethod.suanshu.stats.timeseries.TimeSeries |
|---|
size |
| Method Detail |
|---|
TimeSeries.Iterator<? extends TimeSeries.Entry<T>> iterator()
iterator in interface TimeSeries<T,java.lang.Double>double[] toArray()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||