https://github.com/tanukihee/pearson3curve
Pearson Type III Curve Fitting and Plotting
https://github.com/tanukihee/pearson3curve
curve-fitting hydrology pearson-curves python3
Last synced: 12 months ago
JSON representation
Pearson Type III Curve Fitting and Plotting
- Host: GitHub
- URL: https://github.com/tanukihee/pearson3curve
- Owner: tanukihee
- License: mit
- Created: 2020-02-29T06:21:08.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T18:03:32.000Z (about 2 years ago)
- Last Synced: 2025-05-17T20:41:56.195Z (about 1 year ago)
- Topics: curve-fitting, hydrology, pearson-curves, python3
- Language: Python
- Homepage: https://pypi.org/project/pearson3curve/
- Size: 205 KB
- Stars: 35
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `pearson3curve`: Pearson Type III Curve Fitting and Plotting
`pearson3curve` is a Python package for curve fitting and plotting of data
points which follow the Pearson type III (P-III) distribution. It is useful in
hydrologic frequency analysis and hydraulic calculations.
Notice: This package is the brand new version of the old `Pearson3CurveFitting`
package. For the old version, please refer to the
[archived repository](https://github.com/tanukihee/Pearson3CurveFittingArchive).
## Installation
```bash
pip install pearson3curve
```
## Usages
See [API Documentation](https://github.com/tanukihee/pearson3curve/blob/main/docs/api.md) for details.
## Examples
### Successive Data
See [Successive Data Example](https://github.com/tanukihee/pearson3curve/blob/main/example/successive.py) for the code.
Figure example:

### Non-Successive Data
See [Non-Successive Data Example](https://github.com/tanukihee/pearson3curve/blob/main/example/nonsuccessive.py) for the code.
Figure example in Chinese, using pgf backend for better multi-language text and
math typesetting support:

## Development
This package uses `pdm` for package management. For detailed usages, please
refer to the [pdm documentation](https://pdm-project.org/en/latest/).
---
Copyright (c) 2020 -- 2024 ListLee