Piecewise regression: When one line simply isn’t enough (opens in new tab)
Stephen Kappel Piecewise regression is a special type of linear regression that arises when a single line isn’t sufficient to model a data set. Piecewise regression breaks the domain into potentially many “segments” and fits a separate line through each one. For example, in the…