Content deleted Content added
Thatsme314 (talk | contribs) m grammar |
m →Solution: Added classical variance formulas |
||
Line 30:
== Solution ==
The solution can be expressed in terms of the second-degree sample moments. That is, we first calculate the following quantities (all sums go from ''i'' = 1 to ''n''):
:
Finally, the least-squares estimates of model's parameters will be{{sfn|Glaister|2001}}
: <math>\begin{align}
& \hat\beta_1 = \frac{s_{yy}-\delta s_{xx} + \sqrt{(s_{yy}-\delta s_{xx})^2 + 4\delta s_{xy}^2}}{2s_{
& \hat\beta_0 = \overline{y} - \hat\beta_1\overline{x}, \\
& \hat{x}_i^* = x_i + \frac{\hat\beta_1}{\hat\beta_1^2+\delta}(y_i-\hat\beta_0-\hat\beta_1x_i).
|