yasukun / bursts

An implementation of Jon Kleinberg's burst detection algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bursts

An implementation of Jon Kleinberg's burst detection algorithm.

Example

kleinberg [10,20,30,40,100,101,102,103,104,105,200] $ defOpts

command line example

$ bursts-exe 10 20 30 40 100 101 102 103 104 105 200
[0,0,0,0,0,0,3,3,3,3,3,0]

Options

state = 2 gamma = 1

install

$ stack install

See Also

License

MIT

About

An implementation of Jon Kleinberg's burst detection algorithm.

License:MIT License


Languages

Language:Haskell 100.0%