timeseries-0.4.0: Library for Time Series processing

Safe HaskellSafe
LanguageHaskell2010

Data.TimeSeries.Sessions

Synopsis

Documentation

data Session Source #

Session is a time range of a single event Some examples: * Session with web application * Rain event

Constructors

Session 

find :: TimeResolution -> Series Bool -> [Session] Source #

Find all session in a given time series