Definition 13.2.3.
Regression analysis enables us to describe a straight line that best fits the data.
- In simple regression analysis, there is one independent variable.
- In multiple regression analysis, there is more than one independent variable.
The formula for the linear regression model created with sample data is
\begin{equation*}
\hat{y} = b_0+b_1x_1+b_2x_2 + \cdots +b_kx_k
\end{equation*}
where
\begin{align*}
\hat{y} \amp= \text{the predicted value of $y$ given all the $x$'s in the model} \\
x_1,x_2,\cdots, x_k \amp= \text{ the independent variables in the model}\\
k \amp= \text{ the number of independent variables in the model} \\
b_0 \amp= \text{ the $y$-intercept of the regression line} \\
b_k \amp= \text{ the average change in } \hat{y} \text{ due to a one-unit change in } x_k \text{ with all }\\
\amp \text{ other $x$'s constant}
\end{align*}
The \(b_k\) are called regression coefficients. The simple regression model is often just called the regression line.