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
 Fitting one user's data with another.

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
Bazzzil Posted - 12/01/2012 : 09:15:08 AM
Greetings!
My situation is the following: let's say we have 2 Y-colums (y1 and y2) and their common X-column (x). I need to fit y2 (with a polynom of degree 2) to y2, i.e. provide such parameters A, b, c, d, that corresponds best for the following equation: y1(x) = A*y2(x)+b+c*x+d*x^2. I found out, that it is quite possible in OriginPro9 with Nonlinear Implicit Curve Fit by creating implicit function f = y1 - (A*y2+b+c*x+d*x^2). So, I have 2 questions:
1) Is there an easier way to perform such analysis?
2) If not, It would be very usefull to perform preview with both y(x) = y1(x) and y(x) = (A*y2+b+c*x+d*x^2), and have y(x) = (A*y2+b+c*x+d*x^2) as a separate colum in the worksheet after fitting. What are the possible ways to perform this?

Tank you for reading.
Waiting for your reply
1   L A T E S T    R E P L I E S    (Newest First)
Sam Fang Posted - 12/03/2012 : 12:46:15 AM
Of course you can use implicit fitting in Origin9.0.

In fact you can also use explicit fitting in Origin. You can define it as:

Independent variable: x, y2;
Dependent variable: y1;
Parameter: A, b, c, d;

Function y1=A*y2+b+c*x+d*x^2


Note that Origin's Nonlinear Curve Fit supports multiple independent variables.

Sam
OriginLab Technical Services

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