HydroLM - A Pyhton package for linear regressions for Hydrology

October 15, 2018 ยท View on GitHub

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

.. Documentation .. -------------- .. The primary documentation for the package can be found here <http://eto.readthedocs.io>_.

Installation

HydroLM can be installed via pip or conda::

pip install HydroLM

or::

conda install -c mullenkamp HydroLm

The core dependencies are Pandas <http://pandas.pydata.org/pandas-docs/stable/>_ and statsmodels <https://www.statsmodels.org/stable/index.html>_.