cjekel / piecewise_linear_fit_py

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

Corrected docstrings for pwlf.fitfast() and pwlf.fit_guess() #43

Closed xhain closed 5 years ago

xhain commented 5 years ago

Fixed two docstrings on pwlf.fitfast and pwlf.fit_guess

See: https://github.com/cjekel/piecewise_linear_fit_py/issues/42