I need to model my data ($(x,y)$ pairs) using the following exponential function:
$$f(x) = \exp((x + a)/b) - c$$
So, I need to find $a, b, c$ coefficients that are the best fit for my data. What is the algorithm that can solve this problem?
I need to model my data ($(x,y)$ pairs) using the following exponential function:
$$f(x) = \exp((x + a)/b) - c$$
So, I need to find $a, b, c$ coefficients that are the best fit for my data. What is the algorithm that can solve this problem?