Suppose I have a data set having 6 variables; say x1, x2, ..., x6, and an output response; say y, which has been obtained by using different combinations of variable levels.

I want to develop a non linear mathematical relation between these six variables and the output response y and I want them in the form given below.

y = Ao + A(x1^a)+(B(x2^b)+C(x3^c)+...+F(x6^f)

Is it possible to estimate the values of Ao, A, a, B, b, C, c, ... , F, f by curve fitting method?

Similar questions and discussions