Hi @matthias_bruchh ,
First off, do you have JMP Pro? If so, I highly recommend running a bootstrap calculation on the parameter estimates to get a better understanding of which parameters are actually 0 (or near 0) and which are really non-0 as well as their typical values (mean of thousands of bootstraps).
That being said, since you have made E^n a nominal value, when JMP reports the parameter estimates, it reports back the possible values, in this case [-1 -1], meaning -1 to 1. To better understand how the E^n predictor fits into your model, you might want to change it to ordinal instead.
The reason why E^n gets a positive coefficient (or 0) has to do with the function you get back out for your prediction. Your formula is basically the following:
y = exp( a + b*x_1 + c*x_2 + d*x_3 + f )
To get a larger y response, the argument of the exponent should be as large as possible, hence if the coefficients for x_1 and x_2 are negative and "a" and "f" are positive, the only way to get a larger value for the argument is to make the coefficient for x_3 (i.e. E^n) be positive.
You mentioned that the behavior of N25 makes physical sense when looking at how it responds to the predictors. If you are looking at a physical (or chemical) process, do you have a theoretical equation to start with? If so, you should use that as your predictive formula and not have jump generate an empirical one for you. For example, if you're measuring the time it takes for a ball to fall x-meters, there is a physical formula that predicts this, namely: y = y_0 + v_0*t + 1/2*g*t^2, the formula for motion in a gravitational field. When analyzing such data in JMP, I would fix the formula to the theoretical model and see if there are any deviations from theory.
But again, I think if you change E^n to ordinal, it might make more sense to you. Also, if you really do need to have JMP generate an empirical formula, then you'll want to bootstrap or simulate the estimates to see which are really 0 or close to zero to make sure you're not missing anything in your model.
Hope this helps.
Good luck!,
DS