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
 3D 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
couturier Posted - 06/29/2016 : 06:03:14 AM
Origin Ver. and Service Release (Select Help-->About Origin): 2016
Operating System:win7

Hi,

I was wondering how to perform a 3d linear fit (or any 3d curve fit).
I'm talking about curve, not surface.

Thanks for the help.
4   L A T E S T    R E P L I E S    (Newest First)
goffbeach Posted - 07/12/2016 : 01:43:00 AM
I'm not as good as you all guys uhm can I have some help about multi dependent variables fitting. I don't know how to define the function.
Sam Fang Posted - 07/08/2016 : 04:06:51 AM
It is same as general fitting function.

In Fitting Function Organizer or Fitting Function Builder, you should define two variables y, z in Dependent Variables box. In Function Body box, you should define two expressions:

y = a*x+b;
z = c*x+d;


Note that for this type of fitting, it doesn't support graph data, you should choose input data from worksheet. In NLFit dialog, you can choose two columns for dependent variables. You can also choose ODR algorithm, which will allow x in input to be varied.

You can add fitted data to 3d line graph in Plot Setup dialog after fitting.

We will add two built-in 3d curve fitting functions in next version.



Sam
OriginLab Technical Services
couturier Posted - 07/07/2016 : 04:35:47 AM
Thanks a lot Sam,

I'm defintely not familiar with multi dependent variables fitting and couldn't get how to properly define the function.

Could you give further details and step by step how to ?

Thanks
Sam Fang Posted - 07/05/2016 : 03:06:32 AM
You can define the fitting function with two dependent variables in Origin. Origin's fitting function supports multiple dependent variables.

e.g. for 3d line, you can define it as:

y=a*x+b;
z=c*x+d;


If you think x is also not accurate in input data, you can choose ODR iteration algorithm.

Sam
OriginLab Technical Services

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