SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.timeseries.univariate

Interface Summary
TimeSeries<T> This represents a univariate time series indexed by some notion of time.
 

Class Summary
GenericTimeTimeSeries<T extends Comparable<T>> This is an implementation of a univariate time series indexed by some notion of time.
TimeSeries.Entry<T> the TimeSeries.Entry for a univariate time series
TimeSeries.Iterator<E extends TimeSeries.Entry<?>> the Iterator to read a univariate time series
Util This class collects the utility functions applied to univariate TimeSeries.
 


SuanShu, a Java numerical and statistical library

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