whoops
This commit is contained in:
parent
5ceb4b7a63
commit
f9cd16d0de
@ -177,7 +177,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Problem 7 (5+5 points)\n",
|
"## Problem 7 (5+5 points)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"The most common form of least-squares is linear regression, i.e. fitting $m$ data points $(a_i, b_i)$ to a model of the form $a(b) = x_1 + b x_2$.\n",
|
"The most common form of least-squares is linear regression, i.e. fitting $m$ data points $(a_i, b_i)$ to a model of the form $b(a) = x_1 + a x_2$.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Suppose the data points $b_i$ have independent random errors with equal variances $\\sigma^2$ (i.e. they are \"homoscedastic\"). (This is the case in which Gauss–Markov says that ordinary least-squares minimizes the variance.) In this case, many sources give simple explicit formulas for the variances of the fit coefficients $x_1$ and $x_2$\n",
|
"Suppose the data points $b_i$ have independent random errors with equal variances $\\sigma^2$ (i.e. they are \"homoscedastic\"). (This is the case in which Gauss–Markov says that ordinary least-squares minimizes the variance.) In this case, many sources give simple explicit formulas for the variances of the fit coefficients $x_1$ and $x_2$\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user