I have two variables and a single output for example:
$$x_1=\{0.2,0.4,0.6\} , x_2=\{0.2,0.6,1.9\} , y=\{10, 18, 30\}$$
I want to find an equation to obtain y from both $x_1$ and $x_2$: $y=f(x_1,x_2)$
What kind of equation is suitable for this problem and how to find the coefficients? I am not sure but some equations by googling is:
$$y=x_1^{\alpha}\cdot x_2^{\beta}$$
Find best alpha beta using dataset or maybe bivariate normal distribution
Thanks for your help in advance
