1.

Write down the equation for method of least square with the Normal equations.

Answer»
  • The equation is y = a + bx; Normal equations are

na + bΣx = Σy;

aΣx + bΣx2 = Σxy

  • Quadratic/second degree equation/parabolic trend equation is:

y = a + bx + cx2 : Normal equations are: na + bΣx + cΣx2 = Σy;

aΣx + bΣx2 + cΣ = Σxy ; aΣx2 + bΣx3 + cΣx4 = Σx2y.



Discussion

No Comment Found