How to find coefficients A, B, C,...F...?
Input = x1, x2 .... x15
Output =Y1
Prefixed equation = (Ax1.^B.*x2.*x3*x4./C).^D +E.*x5+F.*x6+... x15
From experimental results, x1, x2... and Y1 are known.
Condition Mean of experimental and predicted should be 1.0, standard deviation preferably less than 0.20.
Please provide solution, MATLAB code or suggest me any software to solve this problem.
Thanks in advance.