piecewise_linear_fit_py icon indicating copy to clipboard operation
piecewise_linear_fit_py copied to clipboard

add option for fit functions to not include endpoints as breakpoints

Open cjekel opened this issue 6 years ago • 0 comments

Currently the fit functions assume that a breakpoint occurs at the smallest x_data point and the largest x_data point. This results in a simplified optimization problem.

However it may not result in the best continuous piecewise linear model.

cjekel avatar Mar 30 '19 17:03 cjekel