Search found 1 match

by plankter
Thu Dec 02, 2021 10:39 am
Forum: SDL Discussion Forum
Topic: Two-term exponential fit
Replies: 1
Views: 14384

Two-term exponential fit

Hi, Is it possible to use two-term exponential fit functionality with the library? f(x) = a*exp(b*x) + c*exp(d*x) Something similar to MATLAB implementation: https://www.mathworks.com/help/curvefit/exponential.html As I see, at the moment it is only possible to fit one-term exponential models. Is th...