SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.timeseries

Interface Summary
TimeSeries<T,V> A time series is an serially indexed collection of items.
 

Class Summary
TimeSeries.Entry<T,V> A time series is composed of a sequence of Entrys.
TimeSeries.Iterator<E extends TimeSeries.Entry<?,?>> the Iterator to read a time series This class provides a default implementation of an Iterator for subclasses to override.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.