cjekel / piecewise_linear_fit_py

fit piecewise linear data for a specified number of line segments
MIT License
289 stars 59 forks source link

Why is the .ssr (sum-of-squares error) function not working when I perform a fit with explicit breakpoint locations? #48

Closed ArminiusC closed 4 years ago

cjekel commented 4 years ago

The function returns the ssr, but it would be a good idea to store the attribute .ssr in the object.

There are probably more functions that this effects.

On Fri, Sep 6, 2019, 11:18 ArminiusC notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cjekel/piecewise_linear_fit_py/issues/48?email_source=notifications&email_token=ADJ5Z4O34VIBDYCB4DEYWADQIIN4RA5CNFSM4IUG2ZVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJYFTIQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ADJ5Z4PGDRIASH2WT33QYSLQIIN4RANCNFSM4IUG2ZVA .

cjekel commented 4 years ago

Fixed in version1.1.3 which is now live on PyPi.org