Package dev.nm.stat.timeseries.datastructure
-
Interface Summary Interface Description TimeSeries<T extends Comparable<? super T>,V,E extends TimeSeries.Entry<T,V>> A time series is a serially indexed collection of items.TimeSeries.Entry<T,V> A time series is composed of a sequence ofEntry
s. -
Class Summary Class Description DateTimeGenericTimeSeries<V> This is a generic time series where time is indexed byLocalDateTime
and value can be any type.DateTimeGenericTimeSeries.Entry<V> This is theTimeSeries.Entry
for aDateTime
-indexed time series.