Metadata-Version: 2.1
Name: pysesd
Version: 0.1.0
Summary: Add a short description here
Author-email: Xiangzhuang Shen <datahonor@gmail.com>
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: matplotlib~=3.7.1
Requires-Dist: numpy~=1.24.3
Requires-Dist: pandas~=2.0.2
Requires-Dist: scipy~=1.10.1
Requires-Dist: statsmodels~=0.14.0
Description-Content-Type: text/markdown

<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)