Package dev.nm.stat.timeseries.datastructure.univariate.realtime.inttime
-
Interface Summary Interface Description IntTimeTimeSeries This is a univariate time series indexed by integers. -
Class Summary Class Description DifferencedIntTimeTimeSeries Differencing of a time series xt in discrete time t is the transformation of the series to a new time series (1-B)xt where the new values are the differences between consecutive values of xt.IntTimeTimeSeries.Entry This is theTimeSeries.Entry
for an integer number -indexed univariate time series.SimpleTimeSeries This simple univariate time series simply wraps adouble[]
to form a time series.