The Destructive Degradation (DD) platform provides a list of built-in path definition models. I'm interested in fitting a first-order nonlinear kinetics model to experimental data collected at various temperatures using an Arrhenius transformation of temperature. All the Arrhenius-based kinetics models that are built-in in JMP 17.0 represent the path definitions having common intercepts and asymptotes. For example,
(1) First-order kinetics type 2: μ = b0 * [1 - Exp[-b1 * Exp[b2 * [Arrhenius(X0) - Arrhenius(X)]] * f(time)]], where b0 represents a common asymptote, or
(2) Arrhenius Rate: μ = b0 ± Exp[b1 + b2 * Arrhenius(X)] * f(time), where b0 represents a common intercept.
Is there a way to create a custom path definition for the DD model that fits experimental data approaching separate asymptotes?