Skip to content

Commit 9eb732d

Browse files
Added:example
1 parent 674db52 commit 9eb732d

11 files changed

+14538
-24
lines changed

README.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# [Py]S-ESD
1+
<p align="center" style="font-size:40px; margin:0px 10px 0px 10px">
2+
<em>[Py]S-ESD</em>
3+
</p>
4+
<p align="center">
5+
<em>Seasonal Extreme Studentized Deviate(S-ESD) in Python.
6+
</em>
7+
</p>
8+
9+
# About
210
Seasonal Extreme Studentized Deviate(S-ESD) in Python.
11+
12+
# Installation
13+
14+
Get latest version from PyPI:
15+
16+
```shell
17+
pip install pysesd
18+
```
19+
20+
# Examples
21+
22+
## Simple example
23+
24+
![](./figures/simple.png)
25+
26+
## Twitter example
27+
28+
![](./figures/twitter.png)
29+
30+
31+
# References
32+
- [twitter/AnomalyDetection](https://github.com/twitter/AnomalyDetection)

0 commit comments

Comments
 (0)