I'm having a panel data of 80 firms over 13 years
suppose Y is the dependent variable and X1, X2, X3 and X 4 are my independent variable.
all variables change from a firm to another and from a year to another
1- Suppose that i want find optimal values of (X1, X2, X3 and X 4) that maximize Y , can we consider this as an optimization problem ? if yes did this require genetic algorithm to solve it ? or maybe it will be better if we try to find optimal values of (X1, X2, X3 and X 4) that maximize Y and minimizing the sum of squared residuals (SSR) of the regression?
2_ using Curve fitting tools in MATLAB or any statistical software let us have a mathematics equation ( polynomial, linear, cubic ...) that link Y to X1, X2, X3 and X 4 , can we take the equation of the best fit as the fitness function when we want try to use GA on this panel data to find optimal values of (X1, X2, X3 and X 4) that maximize Y?
thaks for yours answers