The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Non-linear Curve fitting problems

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
kimikimono Posted - 12/22/2010 : 5:47:39 PM
Origin Ver. and Service Release (Select Help-->About Origin): 8.0 SR0
Operating System:W7
Hello everybody
I'm trying to fit peak curves with the following expressions:
y=((2*3,1416*(ct-1))^(-0,5))*x/exp((-(x-1)^2)/(2*(ct-1))), and
y=ln((x*(ct^(0,5))/(x*ln(ct))))*((ct/(2*3,1416*ln(ct)))^(0,5))*(exp(-0,5*(ln(x*(ct^0,5)))^2)/(ln(ct)))/(exp(0,5*ln(ct))),
being just y=f(x) and ct a constant value that I must set, not even iterate it...
Those functions should work since I actually obtained "y" data from them (then, this is a double-checking for the equations). Nor the curve-fitting tool neither the simulation works
Any clue???
Thanks a lot
Jose
1   L A T E S T    R E P L I E S    (Newest First)
minimax Posted - 12/29/2010 : 07:45:29 AM
Hi Jose,

Comma can not be used as numeric separator in function definition in any OS.

You need to use dot "." instead, like

y=((2*3.1416*(ct-1))^(-0.5))*x/exp((-(x-1)^2)/(2*(ct-1)))
y=ln((x*(ct^(0.5))/(x*ln(ct))))*((ct/(2*3.1416*ln(ct)))^(0.5))*(exp(-0.5*(ln(x*(ct^0.5)))^2)/(ln(ct)))/(exp(0.5*ln(ct)))

Max
OriginLab Technical Support

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000