You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement a double exponential decay model using the built in classes but I am having some troubles implementing the amplitude fraction x1.
Is that even possible using the built in classes?
Do you have any suggestion?
Hey Do,
I am trying to implement a double exponential decay model using the built in classes but I am having some troubles implementing the amplitude fraction x1.
Is that even possible using the built in classes?
Do you have any suggestion?
This is the model:
f(t) = a * [ x1 * exp(-k1t) + (1 - x1) * exp(-k2t) ]
Cheers,
Matteo
The text was updated successfully, but these errors were encountered: