Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 662 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 662 Bytes

HydroLM - A Pyhton package for linear regressions for Hydrology

The HydroLM package contains a class and functions for automating linear regressions OLS for hydrologists.

Installation

HydroLM can be installed via pip or conda:

pip install HydroLM

or:

conda install -c mullenkamp HydroLm

The core dependencies are Pandas and statsmodels.