tslib-0.1.4: Time series library
Data.TimeSeries.Storable
Synopsis
newtype TSeries a Source
Unboxed time series that can hold Storable values. The internal representation is a parallel vector of UTimes and the the unboxed Storable values.
Storable
UTime
Constructors
Instances
valuesAsHmatrixVector :: Storable a => TSeries a -> Vector a Source
Convert a time series to a VS.Vector, by chopping of the time stamps.
VS.Vector
This is the same as Vector, but by not declaring that as the return value, we avoid an expensive dependency.
Vector