A package for extracting extreme events
Project description
Overview
Extracting extreme events from daily time series data.
Such extreme events are defined as the values exceeding a certain threshold, and lasting for a certain duration.
Extremes events are identified by attributes such as:
- extreme_start_time
- extreme_end_time
- extreme_duration
- sign_start_time
- sign_end_time
- sign_duration
- max
- min
- mean
The algorithm has some robust features, such as:
(P: positive sign, N: negative sign, E: extreme value)
- single opposite valued data are ignored. e.g, P,P,P,N,P,P,P -> P,P,P,P,P,P
- Multiple extreme events within one sign event are considered as one event. e.g, P,P,P,E,P,E,P,P,P is considered as one event.
Installation
pip install eventextreme
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eventextreme-0.0.3.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file eventextreme-0.0.3.tar.gz
.
File metadata
- Download URL: eventextreme-0.0.3.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed57b4a95193c6c0cbfd732d924657ad5e99e4dc204ed5cc27b94f0ec5e11446 |
|
MD5 | 6b3ff2461eec852799fb34954c4b8d07 |
|
BLAKE2b-256 | e5dc4baae4ccc655a4b9b07732835aadb79b0fd726c783315b8976d481e7b86f |
File details
Details for the file eventextreme-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: eventextreme-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4656c8e0bd41abcd12d8589aa2a8886afc4385bdbfae4186421271973ef0f45 |
|
MD5 | 7643a2eaead5d77657e111a056c325a2 |
|
BLAKE2b-256 | d6179f4a40339e528f98645aecb74bdcee4506a26b8af2edcce845a6d57d5d86 |