timeseries-0.4.1: Library for Time Series processing

Copyright(c) 2016 Krzysztof Langner
LicenseBSD3
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Data.TimeSeries.Sessions

Description

Operation on 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