Hi there, I have experimental data that seem to give a sigmoidal like shape. My supervisor told me to fit an error function (but he didn't specifiy further). Wikipedia gives me the following:
1. I need to introduce fitting parameters to account for x/y shift and the curvature...I am a bit confused about the integral, but I was thinking to adjust the gaussian function inside of it, so I would substitute exp(-x2) by A + exp(-k(x2-x0))
but maybe this is wrong and there is an easier way to do this ?
Anyways,
2. How can I implement this in Origin ? I would prefer to avoid coding since I only started using this software. I don't quite see how to insert a formula containing an integral, the more so as I am wondering whether Origin is capable of doing such a fit..
I tried to define a new user built function using the user interface (I dont know how to code in Origin) but the fit doesnt converge and Origin tells me that I might have overparametrized... Maybe one of the parameters is redundant ? Likewise, the Origin built in error function doesnt seem to be defined for negative x values...do you maybe have any more advice on that ?