how to exponential regression in c sharp?
Stack Overflow
Exponential based Curve-Fit using Math.Net
I'm very new to the Math.Net Library and I'm having problems trying to do curve-fitting based on an exponential function. More specifically I intend to use this function:
f(x) = aexp(bx) + c*exp...
0 Replies