Hi
I have a set of measurement data that i wish to fit to a complex curve.
After the fitting i need to find the constants from the curve and use them for further calculations.
equation for my curve is
x= -a* integral(p^n dt) + c.,
where x,p are known data sets at time t. 'a' and 'n' and 'c' are constants. after the fitting i have to find best values for a and n.
somebody please explain how i can accomplish this.