2

Linear and Nonlinear Regression Models

Regression models capture how one or more target variables vary with one or more attribute variables. They can be used to predict the values of the target variables using the values of the attribute variables. In this chapter, we introduce linear and nonlinear regression models. This chapter also describes the least-squares method and the maximum likelihood method of estimating parameters in regression models. A list of software packages that support building regression models is provided.

2.1    Linear Regression Models

A simple linear regression model, as shown next, has one target variable y and one attribute variable x:

yi=β0+β1xi+εi

(2.1)

where

(xi, yi) denotes the ith observation of ...

Get Data Mining now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.