Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.1%) to scientific vocabulary
Keywords
Repository
Extreme Value Analysis (EVA) in Python
Basic Info
- Host: GitHub
- Owner: georgebv
- License: mit
- Language: Python
- Default Branch: master
- Homepage: https://georgebv.github.io/pyextremes/
- Size: 6.38 MB
Statistics
- Stars: 260
- Watchers: 7
- Forks: 49
- Open Issues: 2
- Releases: 18
Topics
Metadata Files
README.md
pyextremes
Extreme Value Analysis (EVA) in Python
About
Documentation: https://georgebv.github.io/pyextremes/
License: MIT
Support: ask a question or create an issue, any input is appreciated and would help develop the project
pyextremes is a Python library aimed at performing univariate Extreme Value Analysis (EVA). It provides tools necessary to perform a wide range of tasks required to perform EVA, such as:
- extraction of extreme events from time series using methods such as Block Maxima (BM) or Peaks Over Threshold (POT)
- fitting continuous distributions, such as GEVD, GPD, or user-specified continous distributions to the extracted extreme events
- visualization of model inputs, results, and goodness-of-fit statistics
- estimation of extreme events of given probability or return period (e.g. 100-year event) and of corresponding confidence intervals
- tools assisting with model selection and tuning, such as selection of block size in BM and threshold in POT
Check out this repository with Jupyter notebooks used to produce figures for this readme and for the official documentation.
Installation
Get latest version from PyPI:
shell
pip install pyextremes
Install with optional dependencies:
shell
pip install pyextremes[full]
Get latest experimental build from GitHub:
shell
pip install "git+https://github.com/georgebv/pyextremes.git#egg=pyextremes"
Get pyextremes for the Anaconda Python distribution:
shell
conda install -c conda-forge pyextremes
Illustrations
Model diagnostic
Extreme value extraction
Trace plot
Corner plot
Acknowledgements
I wanted to give kudos to Jean Toilliez who has inspired me to develop this open-source project and who taught me a lot about the extreme value theory. Also big thanks to Max Larson who has introduced me to software development and statistics.
Owner
- Name: George Bocharov
- Login: georgebv
- Kind: user
- Location: San Francisco Bay Area
- Company: kicksaw @Kicksaw-Consulting
- Website: https://www.linkedin.com/in/gbocharov
- Repositories: 5
- Profile: https://github.com/georgebv
Senior software engineer
Citation (CITATION.cff)
cff-version: 1.2.0
title: pyextremes
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Georgii
family-names: Bocharov
email: bocharovgeorgii@gmail.com
repository-code: 'https://github.com/georgebv/pyextremes'
url: 'https://georgebv.github.io/pyextremes'
abstract: >-
pyextremes is a Python library aimed at performing
univariate Extreme Value Analysis.
keywords:
- Extreme Value Analysis
- EVA
- Python
- Statistics
license: MIT
commit: b003286e436db73e7f12c9f7c3298c05773bdf88
version: 2.3.3
date-released: '2023-10-14'
GitHub Events
Total
- Issues event: 5
- Watch event: 20
- Delete event: 2
- Issue comment event: 6
- Push event: 9
- Pull request review comment event: 4
- Pull request review event: 5
- Pull request event: 4
- Fork event: 4
- Create event: 1
Last Year
- Issues event: 5
- Watch event: 20
- Delete event: 2
- Issue comment event: 6
- Push event: 9
- Pull request review comment event: 4
- Pull request review event: 5
- Pull request event: 4
- Fork event: 4
- Create event: 1
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| georgebv | g****7@g****m | 161 |
| Mathew Shen | d****r@g****m | 3 |
| eastjames | 4****s | 1 |
| connortann | 7****n | 1 |
| Henrik Andersson | j****n@d****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 28
- Total pull requests: 24
- Average time to close issues: 2 months
- Average time to close pull requests: 6 days
- Total issue authors: 22
- Total pull request authors: 7
- Average comments per issue: 2.75
- Average comments per pull request: 1.25
- Merged pull requests: 20
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 5
- Pull requests: 2
- Average time to close issues: about 8 hours
- Average time to close pull requests: about 3 hours
- Issue authors: 5
- Pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 1.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- wiz21b (3)
- Goddysen (2)
- DamienIrving (2)
- dhirendrajnu (1)
- bbalaji-ucsd (1)
- Lqs66 (1)
- TanguyRiou (1)
- nucflash (1)
- kuhnfe (1)
- tch521 (1)
- jtoilliez (1)
- jultou-raa (1)
- eastjames (1)
- ghost (1)
- Yun-Tianming (1)
Pull Request Authors
- georgebv (16)
- jschueller (4)
- shenxiangzhuang (3)
- connortann (2)
- dependabot[bot] (2)
- rsignell (1)
- eastjames (1)
- ecomodeller (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 4,844 last-month
-
Total dependent packages: 1
(may contain duplicates) -
Total dependent repositories: 2
(may contain duplicates) - Total versions: 31
- Total maintainers: 1
pypi.org: pyextremes
Extreme Value Analysis (EVA) in Python
- Homepage: https://georgebv.github.io/pyextremes
- Documentation: https://pyextremes.readthedocs.io/
- License: MIT
-
Latest release: 2.3.3
published over 1 year ago
Rankings
Maintainers (1)
conda-forge.org: pyextremes
pyextremes is a Python library aimed at performing univariate Extreme Value Analysis (EVA).
- Homepage: https://github.com/georgebv/pyextremes
- License: MIT
-
Latest release: 2.2.4
published over 4 years ago
Rankings
Dependencies
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- codecov/codecov-action v3 composite
- astroid 2.13.2 develop
- attrs 22.2.0 develop
- black 22.12.0 develop
- certifi 2022.12.7 develop
- cfgv 3.3.1 develop
- charset-normalizer 3.0.1 develop
- click 8.1.3 develop
- coverage 7.0.5 develop
- dill 0.3.6 develop
- distlib 0.3.6 develop
- exceptiongroup 1.1.0 develop
- filelock 3.9.0 develop
- flake8 5.0.4 develop
- ghp-import 2.1.0 develop
- griffe 0.25.3 develop
- identify 2.5.13 develop
- idna 3.4 develop
- importlib-metadata 6.0.0 develop
- iniconfig 2.0.0 develop
- isort 5.11.4 develop
- jinja2 3.1.2 develop
- lazy-object-proxy 1.9.0 develop
- markdown 3.3.7 develop
- markupsafe 2.1.1 develop
- mccabe 0.7.0 develop
- mergedeep 1.3.4 develop
- mkdocs 1.4.2 develop
- mkdocs-autorefs 0.4.1 develop
- mkdocs-material 8.5.11 develop
- mkdocs-material-extensions 1.1.1 develop
- mkdocstrings 0.19.1 develop
- mkdocstrings-python 0.8.3 develop
- mypy 0.981 develop
- mypy-extensions 0.4.3 develop
- nodeenv 1.7.0 develop
- pathspec 0.10.3 develop
- platformdirs 2.6.2 develop
- pluggy 1.0.0 develop
- pre-commit 2.21.0 develop
- pycodestyle 2.9.1 develop
- pyflakes 2.5.0 develop
- pygments 2.14.0 develop
- pylint 2.15.10 develop
- pymdown-extensions 9.9.1 develop
- pytest 7.2.1 develop
- pytest-cov 4.0.0 develop
- pyyaml 6.0 develop
- pyyaml-env-tag 0.1 develop
- requests 2.28.2 develop
- setuptools 65.7.0 develop
- tomli 2.0.1 develop
- tomlkit 0.11.6 develop
- typing-extensions 4.4.0 develop
- urllib3 1.26.14 develop
- virtualenv 20.17.1 develop
- watchdog 2.2.1 develop
- wrapt 1.14.1 develop
- zipp 3.11.0 develop
- colorama 0.4.6
- contourpy 1.0.7
- cycler 0.11.0
- emcee 3.1.3
- fonttools 4.38.0
- kiwisolver 1.4.4
- matplotlib 3.6.3
- numpy 1.24.1
- packaging 23.0
- pandas 1.5.2
- pillow 9.4.0
- pyparsing 3.0.9
- python-dateutil 2.8.2
- pytz 2022.7.1
- scipy 1.9.3
- six 1.16.0
- tqdm 4.64.1
- emcee ^3.0.3
- matplotlib ^3.3.0
- numpy ^1.19.0
- pandas ^1.0.0
- python ^3.8
- scipy ^1.5.0
- tqdm ^4.0.0