Hi,
I would like to ask if there is a way to find the weighted coefficients a_i of a regression model with the following form:
y = a1*x1 + a2*x2 + a3*x3 + a4*x4 + (a3*a5)*x5 + (a4*a5)*x6.
As you can see, the model is linear in terms of x1 (predictors), but it is non-linear in terms of a_i coefficients. Any suggestions/comments would be greatly appreciated.