com.numericalmethod.suanshu.stats.timeseries.univariate.realtime
Interface Realization
- All Superinterfaces:
- TimeSeries<java.lang.Double,java.lang.Double>
- All Known Subinterfaces:
- Realization
- All Known Implementing Classes:
- RandomWalk.Realization
public interface Realization
- extends TimeSeries<java.lang.Double>
This represents a univariate time series indexed real numbers.
The entries are in the pair:(t, double).
This time of series is often seen in the studies of univariate stochastic process, where the time set is a continuum.
|
Nested Class Summary |
static class |
Realization.Entry
the TimeSeries.Entry for a real number -indexed univariate time series |
static class |
Realization.Iterator
the Iterator to read a real number -indexed univariate time series |
| Methods inherited from interface com.numericalmethod.suanshu.stats.timeseries.univariate.TimeSeries |
toArray |
| Methods inherited from interface com.numericalmethod.suanshu.stats.timeseries.TimeSeries |
size |
iterator
Realization.Iterator iterator()
- Get an Iterator to read this real number -indexed univariate time series.
- Specified by:
iterator in interface TimeSeries<java.lang.Double,java.lang.Double>
- Returns:
- an iterator
Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.