OpenHydrology / StatisticalFloodEstimationTool

wxpython based tool for assessing flood flows using current UK FEH methods
GNU General Public License v3.0
2 stars 1 forks source link

Existing `lmoments` package #24

Closed faph closed 9 years ago

faph commented 9 years ago

Just to say, there's an existing python package available that does linear moments estimation and from that distribution functions.

See https://pypi.python.org/pypi/lmoments/

I'll use this in the analysis.GrowthCurveAnalysis class I'm building at the moment.

faph commented 9 years ago

I've now ported the original library to Python 3 with permission from original author. Package available on https://pypi.python.org/pypi/lmoments3. (Think pip install lmoments3.). Documentation on the Open Hydrology rtfd pages.

Note that the original lmoments Python package is based on a Fortran library by Mr. Hosking himself who bascically invented the FEH statistical methods. So we're on solid ground here!

neilnutt commented 9 years ago

I'm still pinching myself on how well you have done here. Excellent.

On 25 September 2014 12:59, Florenz A.P. Hollebrandse < notifications@github.com> wrote:

I've now ported the original library to Python 3 with permission from original author. Package available on https://pypi.python.org/pypi/lmoments3. (Think pip install lmoments3.). Documentation on the Open Hydrology rtfd pages http://open-hydrology.readthedocs.org.

Note that the original lmoments Python package is based on a Fortran library https://github.com/pierregm/scikits.hydroclimpy/blob/master/scikits/hydroclimpy/stats/lmoments.f by Mr. Hosking himself http://researcher.watson.ibm.com/researcher/view.php?person=us-hosking who bascically invented the FEH statistical methods. So we're on solid ground here!

— Reply to this email directly or view it on GitHub https://github.com/OpenHydrology/StatisticalFloodEstimationTool/issues/24#issuecomment-56808559 .

faph commented 9 years ago

Now fully incorporated into floodestimation.analysis.GrowthCurveAnalysis.