Nonlinear fitting nonoptimal solution
I'm trying to use the nonlinear modeling tool to solve the following equation. Parameter(
{Ea = 35, A = 0.25},
Root(
Exp( -(1000 * Ea) / (:R * :"Test Temperture (K)"n) + A ) *
:"Test Time (hrs)"n
)
); Ea and A are parametersR is a constantTime and Temperature are two columns in my table and I have a column that I set as y, that I'm trying to solve for. I get a solution for Ea and A but when I plot the ...