3161988f693bab183e6d45aa4ae7f9d272bc9f61
[csit.git] / PyPI / jumpavg / README.rst
1 Jumpavg library
2 ===============
3
4 Origins
5 -------
6
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.
12
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.
17
18 Usage
19 -----
20
21 TODO.
22
23 Change log
24 ----------
25
26 TODO: Move into separate file?
27
28 0.1.3: Changed stdev computation to avoid negative variance due to rounding errors.
29
30 0.1.2: First version published in PyPI.
31
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