MATH 351 Homework 08

Find the maximum likelihood solutions for β0,β1\beta_0, \beta_1 for linear regression under the Normal distribution, which has density function f(x,yβ0,β1,σ)=(2πσ2)1/2exp{(y(β0+β1x))2/(2σ2)}f(x, y | \beta_0, \beta_1, \sigma) = (2\pi\sigma^2)^{-1/2} \exp{\left\{-(y - (\beta_0 + \beta_1 * x))^2 / (2 \sigma^2) \right\}} Please type up your solution using LaTeX\LaTeX and submit a Colab notebook. Don't forget that there might be interdependencies between the solutions for β^0\hat{\beta}_0 and β^1\hat{\beta}_1.