Metadata-Version: 2.1
Name: wfiuh
Version: 0.3.0
Summary: Curve fitting width function IUH (WFIUH) in Hydrology
Home-page: https://liblaf.github.io/WFIUH/
License: MIT
Author: Qin Li
Author-email: liblaf@outlook.com
Requires-Python: >=3.10,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: matplotlib (>=3.6.2,<4.0.0)
Requires-Dist: numpy (>=1.23.4,<2.0.0)
Requires-Dist: pandas (>=1.5.1,<2.0.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Requires-Dist: scikit-learn (>=1.1.3,<2.0.0)
Requires-Dist: scipy (>=1.9.3,<2.0.0)
Requires-Dist: seaborn (>=0.12.1,<0.13.0)
Project-URL: Documentation, https://liblaf.github.io/WFIUH/
Project-URL: Repository, https://github.com/liblaf/WFIUH
Description-Content-Type: text/markdown

# WFIUH

Curve fitting width function IUH (WFIUH) in Hydrology

Results can be found [here](https://drive.liblaf.top/share/WFIUH/results/).

## CDF

| Model              | Success Fits  |
| ------------------ | ------------- |
| Beta               | 11069 / 11069 |
| DoublePower        | 11066 / 11069 |
| DoubleTriangular   | 11069 / 11069 |
| Frechet            | 11062 / 11069 |
| Gamma              | 11062 / 11069 |
| Hill               | 11059 / 11069 |
| Hoerl              | 11069 / 11069 |
| InverseGaussian    | 11066 / 11069 |
| Kumaraswamy        | 11069 / 11069 |
| Logistic           | 11062 / 11069 |
| Multistage         | 11065 / 11069 |
| NormalGaussian     | 11069 / 11069 |
| Polynomial         | 11069 / 11069 |
| Rational           | 11069 / 11069 |
| ShiftedLogPearson3 | 11051 / 11069 |
| Weibull            | 11069 / 11069 |

## PDF

| Model              | Success Fits  |
| ------------------ | ------------- |
| Beta               | 11061 / 11069 |
| DoublePower        | 11065 / 11069 |
| DoubleTriangular   | 11063 / 11069 |
| Frechet            | 11039 / 11069 |
| Gamma              | 11065 / 11069 |
| Hill               | 11068 / 11069 |
| Hoerl              | 11059 / 11069 |
| InverseGaussian    | 11064 / 11069 |
| Kumaraswamy        | 11069 / 11069 |
| Logistic           | 10754 / 11069 |
| Multistage         | 11065 / 11069 |
| NormalGaussian     | 11069 / 11069 |
| Polynomial         | 11069 / 11069 |
| Rational           | 11064 / 11069 |
| ShiftedLogPearson3 | 11027 / 11069 |
| Weibull            | 11065 / 11069 |

