Interface Realization
-
- All Superinterfaces:
Iterable<Realization.Entry>
,TimeSeries<Double,Double,Realization.Entry>
,UnivariateTimeSeries<Double,Realization.Entry>
public interface Realization extends UnivariateTimeSeries<Double,Realization.Entry>
This is a univariate time series indexed real numbers. The entries are in the pair: {(t, double)}. This time series is often seen in the studies of univariate stochastic process, where the set of times is a continuum.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Realization.Entry
This is theTimeSeries.Entry
for a real number -indexed univariate time series.
-
Method Summary
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface dev.nm.stat.timeseries.datastructure.TimeSeries
size
-
Methods inherited from interface dev.nm.stat.timeseries.datastructure.univariate.UnivariateTimeSeries
toArray
-
-