Hello JMP community.
I am working on a project where I am modeling a nonlinear model to data for multiple part numbers and I want to tabulate the nonlinear parameters for each part number.
As an illustration I have added a simple data table for 2 part # with a nonlinear script that models a typical RC circuit decay of voltage for each part based on the equation
V_t = V0 * exp (-t / tau), where V0 is initial voltage , t is the time axis and tau is the decay constant = RC delay. Assuming I have 1000's of unique parts , saving parameters for each into a table is clunky.
I'd like to output a final table of the following columns for each part # based on converged nonlinear models
Col1 : Part #
Col2 : V0
Col3: tau
Col4: SSE
Col5: Status of convergence (e.g. Converged in gradient)
Col 2 and 3 are outputs of each nonlinear model. Col 4 and 5 are designed to identify whether I should trust the parameterized model or not. There may be other ways of doing this that I am not thinking about.
Any help/input will be highly appreciated.
scllc