| Name | Description | Type | Package | Framework |
| 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 | Class | com.numericalmethod.suanshu.stats.timeseries.datastructure.univariate.realtime.inttime | SuanShu |
| IntTimeTimeSeries | This is a univariate time series indexed by integers. | Interface | com.numericalmethod.suanshu.stats.timeseries.datastructure.univariate.realtime.inttime | SuanShu |
| IntTimeTimeSeries .Entry | This is the TimeSeries. | Class | com.numericalmethod.suanshu.stats.timeseries.datastructure.univariate.realtime.inttime | SuanShu |
| OneDimensionTimeSeries | This class constructs a univariate realization from a multivariate realization by taking one of its dimension (coordinate). | Class | com.numericalmethod.suanshu.stats.timeseries.datastructure.univariate.realtime | SuanShu |
| Realization | This is a univariate time series indexed real numbers. | Interface | com.numericalmethod.suanshu.stats.timeseries.datastructure.univariate.realtime | SuanShu |
| Realization .Entry | This is the TimeSeries. | Class | com.numericalmethod.suanshu.stats.timeseries.datastructure.univariate.realtime | SuanShu |
| SimpleTimeSeries | This simple univariate time series simply wraps a double[] to form a time series. | Class | com.numericalmethod.suanshu.stats.timeseries.datastructure.univariate.realtime.inttime | SuanShu |