Skip to content

Commit

Permalink
update checklist files
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Feb 19, 2023
1 parent 705a767 commit 6854f9c
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 102 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@ History

* add eva (Extreme value analysis) module
* fix bug in obtaining distribution parameters using optimization method


0.3.0 (2023-02-19)
------------------

* add documentations for both GEV and gumbel distributions.
* add lmoment parameter estimation method for all distributions.
* add exponential and normal distributions
* modify the pdf, cdf, and probability plot plots
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,19 @@ statista

Main Features
-------------
- Statistical Distributions (GEV/GUMBL)
- Parameter estimation Lmoments/ML/MOM
- Statistical Distributions
- GEV
- GUMBL
- Normal
- Exponential
- Parameter estimation methods
- Lmoments
- ML
- MOM
- One-at-time (O-A-T) Sensitivity analysis.
- Sobol visualization
- Statistical Metrics

Future work
-------------
- More distributions
- Statistical descriptors
- Extreme value analysis


Installing statista
Expand All @@ -61,7 +65,7 @@ pip install git+https://github.com/MAfarrag/statista
## pip
to install the last release you can easly use pip
```
pip install statista==0.2.0
pip install statista==0.3.0
```

Quick start
Expand Down
13 changes: 0 additions & 13 deletions mkdocs.yml

This file was deleted.

Loading

0 comments on commit 6854f9c

Please sign in to comment.