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
 Linear combination curve fitting

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
nelsonnc Posted - 03/13/2017 : 8:26:41 PM
Origin Ver. and Service Release (Select Help-->About Origin):
Operating System: OriginPro 2015

Hello-

I need to curve fit by taking linear combinations of column data. That is, [(a)*(col(1))] + [(b)*col(2))], where a+b=1. This is very easy and straight forward in excel. However, I need to do this to large data sets and thus am looking to automate the task. Any help is appreciated. Thanks

Nick
1   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 03/15/2017 : 12:24:57 PM
Hi Nick,

You can try the method which is described in this tutorial:

http://www.originlab.com/doc/Tutorials/Fitting-Datasets

Of course, in your case, you can define the function as:
y = A*col(1) + (1-A)*col(2)
Hope this helps.

--Hideo Fujii
OriginLab

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