Answer in Markdown 2 Points each
What do we assume about noise in linear regression? Why is that often a reasonable assumption?
Why are there no equations for an intercept for multidimensional ordinary least-squares regression?
How could you justifiy using this simpler model $y = \beta_1 x + \beta_0 + \epsilon$ over this one $y = \beta_2 x^2 + \beta_1 x + \beta_0 + \epsilon$
What two ways can you assess correlation before doing a regression?
How might you justify correlation after regression?
What is the model equation for a linearized version of $r = A e^{-E / RT}$ where you have $T$ and $r$ measurements?
Is it valid to use OLS-ND for this linearized model?
Write a model equation for how smoking affects someone's life expectancy. Indicate smoking with $s$.
Write a model equation for how smoking and drinking affects life expectancy. Indicate drinking with $d$
You can drink only coke, diet coke, diet pepsi, or pepsi. Write a model equation for choice of soda on IQ.
What is attenuation error?
Report the p-values, confidence intervals, and justify your regression for the following linear data: Break your answer into three parts:
x = [0.5,1.3, 2.1, 1.0, 2.1, 1.7, 1.2, 3.9, 3.9, 1.5, 3.5, 3.9, 5.7, 4.7, 5.8, 4.6, 5.1, 5.9, 5.5, 6.4, 6.7, 7.8, 7.4, 6.7, 8.4, 6.9, 10.2, 9.7, 10.0, 9.9]
y = [-1.6,0.5, 3.0, 3.1, 1.5, -1.8, -3.6, 7.0, 8.6, 2.2, 9.3, 3.6, 14.1, 9.5, 14.0, 7.4, 6.4, 17.2, 11.8, 12.2, 18.9, 21.9, 20.6, 15.7, 23.7, 13.6, 26.8, 22.0, 27.5, 23.3]
Using this model equation: $y = \beta_1 \ln x + \beta_0$, regress the following data. Break your answer into three parts:
x = [1.4,2.3, 3.7, 5.3, 6.6, 8.2, 10.2, 11.8, 12.7, 13.3, 14.6, 17.3, 18.6, 19.5, 21.6, 22.7, 23.6, 24.1]
y = [1.0,0.3, -0.1, -0.1, -0.3, -0.4, -0.4, -0.5, -0.4, -0.5, -0.4, -0.6, -0.8, -0.8, -0.6, -0.9, -0.7, -1.1]