Package dev.nm.stat.timeseries.datastructure.univariate
-
Interface Summary Interface Description UnivariateTimeSeries<T extends Comparable<? super T>,E extends UnivariateTimeSeries.Entry<T>> This is a univariate time series indexed by some notion of time. -
Class Summary Class Description DateTimeTimeSeries This is a time series has itsdouble
values indexed byLocalDateTime
.GenericTimeTimeSeries<T extends Comparable<? super T>> This is a univariate time series indexed by some notion of time.UnivariateTimeSeries.Entry<T> This is theTimeSeries.Entry
for a univariate time series.UnivariateTimeSeriesUtils These are the utility functions to manipulatea univariate time series
.