Finding the line of regression

  • Context:
  • Thread starter Thread starter Doffy
  • Start date Start date
  • Tags Tags
    Line Regression
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Doffy
Messages
12
Reaction score
0
Two normal equations are given :
5a + 10b = 40
10a + 25b = 95
What is the regression line of y on x?

I can easily find the common points from both the equations but how do I find the regression coefficeint?
 
Physics news on Phys.org
Doffy said:
Two normal equations are given :
5a + 10b = 40
10a + 25b = 95
What is the regression line of y on x?

I can easily find the common points from both the equations but how do I find the regression coefficeint?

Hi Doffy! Welcome to MHB! (Smile)

A regression equation is usually given as $y=Ax+B$.
The regression coefficient in this equation is $A$ and the y-intercept is $B$.

However, I'm not clear on what you have there.
What are those "normal equations"?
And what do your $a$ and $b$ represent?
 
Thanks for the welcome!:)

And the above two equations were obtained for deriving the regression line of y on x(it said so in the question).

In my opinion, by solving the above equations, the point I would get could become (x bar, y bar). But I cannot find the regression coefficient. What do you think?