Skip to content

Commit

Permalink
Added:example
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang committed Jun 20, 2023
1 parent 674db52 commit 9eb732d
Show file tree
Hide file tree
Showing 11 changed files with 14,538 additions and 24 deletions.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# [Py]S-ESD
<p align="center" style="font-size:40px; margin:0px 10px 0px 10px">
<em>[Py]S-ESD</em>
</p>
<p align="center">
<em>Seasonal Extreme Studentized Deviate(S-ESD) in Python.
</em>
</p>

# About
Seasonal Extreme Studentized Deviate(S-ESD) in Python.

# Installation

Get latest version from PyPI:

```shell
pip install pysesd
```

# Examples

## Simple example

![](./figures/simple.png)

## Twitter example

![](./figures/twitter.png)


# References
- [twitter/AnomalyDetection](https://github.com/twitter/AnomalyDetection)
Loading

0 comments on commit 9eb732d

Please sign in to comment.