RegressionInC docs#

RegressionInC (regressioninc) is a package focussing on regression for complex-valued data.

There are already multiple packages for regression in Python, however these offer varying amounts of support for the complex-valued variables. Scipy’s least squares implementation has partial support for complex-valued variables and other packages support multi-target regression, which can be used for complex-valued problems, but again support is spotty. RegressionInC fills the gap for complex-valued regression.

Warning

This package is currently being developed and its API is liable to change in the early stages.

Installation#

RegressionInC can be installed from PYPI as normal.

pip install regressioninc

Or if you are a poetry user

poetry add regressioninc

Next steps#

First time users and those new to complex-valued regression are directed towards the introduction page and basic exmaples.

Contributing:

Indices and tables#