Metadata-Version: 2.1
Name: wfiuh
Version: 0.2.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,<4.0
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  |
| -------------------------- | ------------- |
| Normal Gaussian            | 11059 / 11069 |
| Inverse Gaussian           | 11062 / 11069 |
| Polynomial                 | 11069 / 11069 |
| Rational                   | 11069 / 11069 |
| Shifted Log Pearson \|\|\| | 0 / 11069     |
| Gamma                      | 0 / 11069     |
| Hoerl                      | 11069 / 11069 |
| Beta                       | 0 / 11069     |
| Double Triangular          | 11069 / 11069 |

## PDF

| Model                      | Success Fits  |
| -------------------------- | ------------- |
| Normal Gaussian            | 11069 / 11069 |
| Inverse Gaussian           | 11069 / 11069 |
| Polynomial                 | 11069 / 11069 |
| Rational                   | 11058 / 11069 |
| Shifted Log Pearson \|\|\| | 0 / 11069     |
| Gamma                      | 0 / 11069     |
| Hoerl                      | 11065 / 11069 |
| Beta                       | 0 / 11069     |
| Double Triangular          | 11069 / 11069 |

