SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.timeseries.multivariate

Interface Summary
MultiVariateTimeSeries<T> A multivariate time series is a sequence of vectors indexed by some notion of time.
 

Class Summary
GenericTimeTimeSeries<T extends Comparable<T>> This is an implementation of a multivariate time series indexed by some notion of time.
MultiVariateTimeSeries.Entry<T> the TimeSeries.Entry for a multivariate time series
MultiVariateTimeSeries.Iterator<E extends MultiVariateTimeSeries.Entry<?>> the Iterator to read a multivariate time series
 


SuanShu, a Java numerical and statistical library

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