Solving the Equation: Epsilon = 0

  • Thread starter Thread starter Axll
  • Start date Start date
  • Tags Tags
    Epsilon
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Axll
Messages
1
Reaction score
0
I need help solving this

the sum of the residual values is equal to 0, epsilon used as symbol to represent the residual value in this formula here

epsilon = Yi - b1 - b2*Xi

b1 = mean value of Y - b2*mean value of X
and
b2 = (sum of Xi*Yi - n*mean value of X*mean value of Y)/(squared sum of Xi - n*squared mean value of X)

i checked out a few books out of the library, but none we're helpful at all and the textbook we use in class is pretty much useless, the teacher doesn't even use it

Can anyone help me out please?
 
Physics news on Phys.org
Let's clean up these formulas a bit first. I think your epsilon caries an index:
[tex] \begin{align}<br /> \epsilon_i &= y_i - (b_1 + b_2 x_i)\\<br /> \intertext{where}<br /> b_1 &= \bar{y} - b_2 \bar{x} \, ,\\<br /> b_2 &= \frac{\sum_i x_i y_i - N\bar{x}\bar{y}}{\left(\sum_i x_i \right)^2 - N \bar{x}^2} \, .\label{e:ugly}<br /> \end{align}[/tex]
Expression (3) looks ugly, but you will not need to use it explicitly.
Sum over all [tex]N[/tex] of the epsilons:
[tex] \sum_i \epsilon_i = \sum_i y_i - (b_1 + b_2 x_i) \, .[/tex]
Now show that the sum goes to zero. Hint:
[tex] \sum_i x_i = N \bar{x}[/tex]
 
Last edited: