Module

Data.TimeSeries.Analyze

Package
purescript-timeseries
Repository
carldata/purescript-timeseries

Analyze points in the Time Series

#findMissing Source

findMissing :: forall a. Series a -> Timestamp -> Array Timestamp

Find missing points in Time Series. Points are estimated from provided time resolution

#findDifference Source

findDifference :: forall a. Ord a => Series a -> Series a -> Array Timestamp

Find all points with different values in 2 Time Series Only consider points which are in both Series Return array with index entries of different points.