SuanShu, a Java numerical and statistical library

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

Interface Summary
Realization This represents a univariate time series indexed real numbers.
TimeSeries This represents a univariate time series indexed by integers.
 

Class Summary
OneDimensionTimeSeries<T> This class creates a univariate realization from a multivariate realization by taking one of its dimension (coordinate).
OneDimensionTimeSeries.Entry<T>  
OneDimensionTimeSeries.Iterator<T> the Iterator to read a OneDimensionTimeSeries
Realization.Entry the TimeSeries.Entry for a real number -indexed univariate time series
Realization.Iterator the Iterator to read a real number -indexed univariate time series
SimpleTimeSeries A simple time series has its values indexed by integers.
TimeSeries.Entry the TimeSeries.Entry for an integer-indexed univariate time series
TimeSeries.Iterator the Iterator to read an integer-indexed univariate time series
 


SuanShu, a Java numerical and statistical library

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