I have a function on the form y = a/(a-(x+b))
and several couple of data {x, y}
.
I need to approximate a and b using those data, so maybe a non linear regression.
How can I do that, and possibly implement it in C# ?
Thanks for your answers. Bastien