Linear Regression
Introduction to Linear Regression
Let be a random vector where and take values in and $X$ takes values in . Assume further that the first component of is a constant equal to one, i.e., with . Let be such that:
We can have that:
are column vectors, store data for specific variable
Shape of , , and :
:
:
:
:
is an intercept parameter and the remaining are slope parameters.
Here, we got the basic structure of the Linear Regression.
Last updated