Origin Version (Select Help-->About Origin): 7.5 SR6 Operating System: windowsXP
I would like to program a fitting procedure. Four arrays of data are given A[i], B[i], C[i], and Dexp[i]. The fitted function has the following form: Dtheor[i]=X1*A[i]+sqrt(B[i])*cos(X2*C[i]), where X1 and X2 are fitting parameters. X1 is constrained between X1a and X1b, and X2 is constrained between X2a and X2b
The procedure should fit Dtheor to Dexp returning X1 and X2 with errors.
Unfortunately I am really new in Origin C and has no experience working with NLSF environment. So could you please help me or give a link to a proper description of it.