News

Easy-to-use piecewise regression (aka segmented regression) in Python. For fitting straight lines to data where there are one or more changes in gradient (known as breakpoints). Based on Muggeo's ...
This package was written to work with both Python 2 and Python 3. To install this package using setup tools, clone this repo and run python setup.py install from within the piecewise root directory.