odrpack¤
odrpack
provides python bindings for the well-known weighted orthogonal distance regression
(ODR) solver odrpack95.
ODR, also known as errors-in-variables regression, is designed primarily for instances when both the explanatory and response variables have significant errors.
Installation¤
odrpack
requires Python >= 3.10, because it makes use of recent type hint syntax. Besides that,
it only requires numpy
.
In order to install the latest stable version from PyPI do:
pip install odrpack
Alternatively, the very latest code (no guarantee it will work!) may be installed directly from the source code repository:
pip install git+https://github.com/HugoMVale/odrpack-python.git