30.1.47 ExpAssoc2

Function

y=\left\{\begin{matrix}
Yb+A_{1}\left ( 1-e^{-\frac {(x-TD_{1})}{Tau_{1}}} \right ) \quad \quad \quad \quad \quad \quad \quad \quad\quad\quad \quad \quad x<TD_{2}\\ 
Yb+A_{1}\left ( 1-e^{-\frac {(x-TD_{1})}{Tau_{1}}}\right )+A_{2}\left ( 1-e^{-\frac {(x-TD_{2})}{Tau_{2}}}\right )  \quad \quad x\geq TD_{2}
\end{matrix}\right.

Brief Description

Biphasic exponential association equation.

Sample Curve

ExpAssoc2 FitFunc.png

Parameters

Number: 7

Names: TD1,TD2,Yb,A1,A2,Tau1,Tau2

Meanings: TD1 = First time offset: x value at which 1st exponential begins, TD2 = Second time offset: x value at which 2nd exponential begins, Yb = Baseline: y value at which exponential begins, A1 = First amplitude: change in response for 1st exponential, A2 = Second amplitude: change in response for 2nd exponential, Tau1 = First time constant, Tau2 = Second time constant

Lower Bounds: none

Upper Bounds: none

Script Access

nlf_ExpAssoc2(x,TD1,TD2,Yb,A1,A2,Tau1,Tau2)

Function File

ExpAssoc2.FDF

Category

Exponential