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
 FitX and FitY in Sigmoid plots

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
tef Posted - 06/06/2006 : 2:33:32 PM
Origin Version (Select Help-->About Origin): 6.0
Operating System: Windows XP

I used to use Origin 7.0. In fitting a Sigmoidal plot, I was able to use the functions FitX and FitY to chose different values for IC50 (center). However, recently I was downgraded to Origin 6.0 and I can not find a similar function in this version. Was that added for the new version or is there someplace in version 6.0 where I can perform the same task? Thank you for your help.
1   L A T E S T    R E P L I E S    (Newest First)
easwar Posted - 06/06/2006 : 11:21:04 PM
Hi tef,

The Find X/FindY functinality was added in 7.0 using Origin C code and so that cannot run as is in 6.0

If you are interested in just finding Y for given X, you can do that as soon as you finish the fitting process, by opening the script window and typing
fit(some_x_value)=
and you will get the y value for your some_x_value based on the fit.

As for finding X from a given Y, that needs an iterative algorithm that tries different x values till it hits the specified y value. That could be coded using LabTalk script.

Easwar
OriginLab


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