Given a set of predictors which all are significantly correlated with a single outcome, how can I find the "ideal" value of each predictor to maximize the outcome?
Initially I was thinking of using the beta-coefficients, since they should minimize residuals? Or did I get something wrong there?
EDIT:
Since my data is dynamic, I do not know in advance if the regression is linear, cubic, etc. Interactions can be ignored. A rule-of-thumb approach would be enough.