I have 4 input variables and 1 output variable. I have a several sets of data, that is I have values for the 4 input variables and the corresponding value for the output variable. I need to come up with formula that will use these 4 input variables to give me approximately the right answer (ie. the correct output). It only has to be an estimation and the function doesn't have to yield the exact outputs that I have, just something close 🙂
ie. I have sets of data like this (I'm making these up btw)
1) a=3,b=4,c=5,d=6 and output f =10
2) a=2,b=1,c=7,d=2 and output f = 14
3) ...etc
and I need a function f(a,b,c,d) to yield the correct values of f given a,b,c,d.
If I only had 2 inputs, then I was thinking of just graphing the data points, looking at the curve and estimating what the function is (ie. linear, exponential, quadratic etc)...but I'm not sure what to do now that I have four variables.
Thanks a ton for the help!
ie. I have sets of data like this (I'm making these up btw)
1) a=3,b=4,c=5,d=6 and output f =10
2) a=2,b=1,c=7,d=2 and output f = 14
3) ...etc
and I need a function f(a,b,c,d) to yield the correct values of f given a,b,c,d.
If I only had 2 inputs, then I was thinking of just graphing the data points, looking at the curve and estimating what the function is (ie. linear, exponential, quadratic etc)...but I'm not sure what to do now that I have four variables.
Thanks a ton for the help!