I need to fit the following equation onto a plot in origin,
y = y_0 + (ka)/(((x-x_c)^2 + a^2)^(3/2))
where a is known to be 0.105, y_0 is the baseline, x_c is the peak centre. Can anyone enlighten me on how to create such a fitting function?
Thanks!
If the answer is still of interest:
It can be done with the nonlinar fitting tool using a user-defined function. (See Origin-Help: NLFit for an overview)
To sum up the steps:
(Ctrl + Y)
y_0
,ka
, andx_c
as parameters and adda
as constant. Press 'Next'y_0 + (ka)/(((x-x_c)^2 + a^2)^(3/2))
in the function boxa
to0.105