How to find the f(x) (least square method)

  • Thread starter Thread starter mjmara
  • Start date Start date
  • Tags Tags
    Method Square
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
mjmara
Messages
2
Reaction score
0
Hi my first post , I hope I chose the right forum?

I'm here looking for a memory jog not for someone to do my work, I'm trying to remember how to find the f(x) to complete this chart , there is many more data points but I'm just providing you with the top line , I shall do the rest myself, can someone help me please?
It's been many years since I attempted this problem :(


x y x^2 xy f(x) f(x)-y (f(x)-y)^2
________________________________________________
-8 6.8 64 -54.4 ?
 
Physics news on Phys.org
sorry

the format is all messed up

here

x___y___x^2___x.y____f(x)
-8__6.8__64____-54.4__?sorry for the format but this is the best I can do

x= -8
y= 6.8
x^2 = 64
x.y = -54.4
f(x) = ?
 
It still is not at all clear what you are asking. Yes, if x= -8 and y= 6.8, then [itex]x^2= 64[/itex] and [itex]xy= -54.4[/itex] but that has nothing to do with some function, "f". Do you have any other information?
 
mjmara said:
I'm here looking for a memory jog not for someone to do my work, I'm trying to remember how to find the f(x) to complete this chart
A google search on method of least squares will find some good examples for you to follow, if I have you right. Here is one that may help.