Given the a data set with 4 equations with x1, x2 as main drivers.
A) Can there be a unique multilinear model s(x1,x2) = B0+ B1x1+ B2x2 that perfectly fits the data.
Even before putting the equations into MAtLab, I assumed there could NOT be a unique solution because there are more equations than variables.
B) I followed the same logic when asked to fit the data to the equation: B0 + B1x1 + B2x2 + B3x1x2
Since there are three variables and still 4 equations, there could not be a unique solution...Is this logic correct?
and when asked for to fit the data to the model: B0 + B1x1 + B2x2 + B3x1x2 + B4(x1^2) + B4 (x2^2)..I was not sure because now there are more variables than equations. There could be a unique solution I believe.
x1= avg. temp x2=median income Additional info: the data set Year, Avg. Temp, Median Income, and Total Sales
2009 86.92 30.11 27.93
2010 88.51 31.48 28.29
2011 88.01 32.03 29.70
2012 87.05 33.34 31.09