burst-detection: Burst detection algorithms

[ gpl, library, math ] [ Propose Tags ]

Library implements burst detection algorithms that follows

Zhang, X. (2006). Fast Algorithms for Burst Detection. Thesis. New York University.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

  • No current members of group

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0
Dependencies base (>=4.6 && <4.7), deepseq (>=1.3 && <1.4) [details]
License GPL-2.0-only
Copyright (c) 2013 Parallel Scientific Labs, LLC
Author serguey.zefirov@parsci.com
Maintainer alexander.vershilov@parsci.com
Category Math
Home page http://parsci.com/
Source repo head: git clone git://github.com/ps-labs/burst-detection.git
Uploaded by AlexanderVershilov at 2013-11-08T12:23:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1240 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for burst-detection-1.0

[back to package description]

Introduction

This project is a Haskell implementation of the bursts detection algorithm proposed by Zhang [1].

This project concains C and Haskell generic implementations. For much more optimized one that can run on FPGA you can refer to http://parsci.com/

References

[1] Zhang, X. (2006). Fast Algorithms for Burst Detection. Thesis. New York University.