Origin Ver.8 and Service Release (Select Help-->About Origin): Operating System:windows
As shown in the image, I would like to fit one function to the data-set up to particular independent variable (x value), and also simultaneously fit other function to rest of the x values such that I get parameter values which will give reasonable fit for both function.
To ensure the two functions are consecutive at the intersection point, you will need to take the coordinates of the intersection (x_1, y_1) as parameters. So the two functions are transformed as follow:
Y = A*X+(y_1-A*x_1) Y = y_1-exp(A*x_1/B)+exp(A*X/B)
If you already know x_1 value, you can fix it during fitting.
BTW, we will make an APP of fitting with piecewise function.