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
 Landau distribution

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
jninkovic Posted - 06/01/2011 : 11:25:36 AM
Origin Ver.8.0 and Service Release (Select Help-->About Origin):
Operating System:XP

Hello
is there a way to fit Landau distribution and convoluted Landau distribution on the dataset in Origin.
Thanks
Jelena
1   L A T E S T    R E P L I E S    (Newest First)
larry_lan Posted - 06/03/2011 : 04:32:48 AM
Hi:

Could you please paste the equation and show us the parameters you want fit? Since we can calculate the landau density value but I don't know which parameter you want to know.

As for landau distribution, you can call a NAG function in Origin C, g01mtc, to get the density function value. Here is an Origin C example:

#include <Origin.h>
#include <OC_nag8.h>

void test_landau_density(double x)
{
	double d = g01mtc(x);
	printf("y on %f = %f\n", x, d);
}

For more info about this NAG function, please search g01mtc in Origin Programming help to download the PDF document.

As for defining an Origin C fitting function, please read this tutorial.

For more info about Origin C, please read our Programming Guide.

Hope this helps.

Thanks
Larry
OriginLab

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