An open API service indexing awesome lists of open source software.

https://github.com/arcticsnow/probextreme

Python Library for Extreme Event Characterisation
https://github.com/arcticsnow/probextreme

climate-science extreme-value-statistics extremes meteorology

Last synced: 4 months ago
JSON representation

Python Library for Extreme Event Characterisation

Awesome Lists containing this project

README

          

# Probextreme
Python Library for Extreme Event Characterisation.

See documentation: https://probextreme.readthedocs.io/en/latest/

**This library is under construction**

## Installation

```bash
git clone https://github.com/ArcticSnow/probextreme.git

# install in development mode
pip install -e probextreme
```

## Documentation
To display the documentation, install the package `mkdocs`, and run the command `mkdocs serve` from the `probextreme` root directory.

```sh
pip install mkdocs
mkdocs serve
```

## ToDo
### Short term
- [x] add Bayesian temporal dependencies
- [ ] add example notebooks (see Bérarde cases). Provide sample datasets
- [ ] add Bayesian Pareto
- [ ] add Mann-Kendall test for trend significance
- [ ] add trends fitting

### Long term development
- seasonal extremes
- Bayesian plotting