7 This library was developed as anomaly detection logic
8 for PAL_ (Presentation and Analysis Layer)
9 of CSIT_ (Continuous System and Integration Testing)
10 project of fd.io_ (Fast Data), one of LFN_
11 (Linux Foundation Networking) projects.
13 In order to make this code available in PyPI_ (Python Package Index),
14 the setuputils stuff has been added,
15 and the code has been moved into a separate directory_,
16 in order to not intervere of otherwise tightly coupled CSIT code.
26 TODO: Move into separate file?
28 0.1.3: Changed stdev computation to avoid negative variance due to rounding errors.
30 0.1.2: First version published in PyPI.
32 .. _PAL: https://wiki.fd.io/view/CSIT/Design_Optimizations#Presentation_and_Analytics_Layer
33 .. _CSIT: https://wiki.fd.io/view/CSIT
34 .. _fd.io: https://fd.io/
35 .. _LFN: https://www.linuxfoundation.org/projects/networking/
36 .. _PyPI: https://pypi.org/
37 .. _directory: https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/jumpavg;hb=refs/heads/master