Thread
:
Linear Regression and x0
View Single Post
#
1
04-14-2012, 01:44 PM
tcristo
Member
Join Date: Apr 2012
Posts: 23
Linear Regression and x0
For our linear regression implementation, do we include x0 in as part of our original X matrix? If we do, that means our original vector X=(x0, x1, x2) would then be transposed to XT=(x2, x1, x0).
tcristo
View Public Profile
Send a private message to tcristo
Find all posts by tcristo