CantorSet
- 44
- 0
Hi everyone,
This is not a homework question. I just want to understand an aspect of linear regression better. The book "Applied Linear Models" by Kutchner et al, states that a linear regression model is of the form
Y_i = B_0 + B_1 X_i + \epsilon_i
where
Y_i is the value of the response variable in the ith trial
B_0, B_1 are parameters
X_i is a known constant
\epsilon_i is a random variable, normally distributed.
Therefore, Y_i is also a random variable, normally distributed but X_i is a constant.
This confused me a bit because I always associated linear regression with the bivariate normal distribution. That is, the underlying assumption of linear regression is the data \{(x_1,y_1), (x_2,y_2),...,(x_n,y_x) \} is sampled from a bivariate normal distribution. In which case, both X and Y are random variables. But in the formulation above, X is a known constant, while \epsilon and therefore Y are the random variables.
So in summary, what is the connection (if any) is between linear regression as formulated by Kutner and the bivariate normal.
This is not a homework question. I just want to understand an aspect of linear regression better. The book "Applied Linear Models" by Kutchner et al, states that a linear regression model is of the form
Y_i = B_0 + B_1 X_i + \epsilon_i
where
Y_i is the value of the response variable in the ith trial
B_0, B_1 are parameters
X_i is a known constant
\epsilon_i is a random variable, normally distributed.
Therefore, Y_i is also a random variable, normally distributed but X_i is a constant.
This confused me a bit because I always associated linear regression with the bivariate normal distribution. That is, the underlying assumption of linear regression is the data \{(x_1,y_1), (x_2,y_2),...,(x_n,y_x) \} is sampled from a bivariate normal distribution. In which case, both X and Y are random variables. But in the formulation above, X is a known constant, while \epsilon and therefore Y are the random variables.
So in summary, what is the connection (if any) is between linear regression as formulated by Kutner and the bivariate normal.