forum.alglib.net

ALGLIB forum
It is currently Sun Dec 22, 2024 2:05 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Jarque-Bera test
PostPosted: Fri Aug 09, 2013 1:00 pm 
Offline

Joined: Tue Apr 09, 2013 4:47 pm
Posts: 4
In algilb:
" This test checks hypotheses about the fact that a given sample X is a
sample of normal random variable.
Requirements:
* the number of elements in the sample is not less than 5.
Input parameters:
X - sample. Array whose index goes from 0 to N-1.
N - size of the sample. N>=5
Output parameters:
BothTails - p-value for two-tailed test.
If BothTails is less than the given significance level the null hypothesis is rejected.
LeftTail - p-value for left-tailed test. If LeftTail is less than the given significance level, the null hypothesis is rejected.
RightTail - p-value for right-tailed test. If RightTail is less than the given significance level the null hypothesis is rejected.
"
but
jarqueberatest(double[] x, int n, ref double p)
returns only one value. Which of the three?


Top
 Profile  
 
 Post subject: Re: Jarque-Bera test
PostPosted: Mon Aug 19, 2013 6:24 am 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 927
Thanks for the report! This issue was added to roadmap for 3.8.1: http://bugs.alglib.net/view.php?id=546


Top
 Profile  
 
 Post subject: Re: Jarque-Bera test
PostPosted: Wed Dec 24, 2014 12:26 pm 
Offline

Joined: Wed Dec 24, 2014 12:24 pm
Posts: 1
This test checks hypotheses about the fact that a given sample X is a sample of normal random variable...........!!!!!!!!!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 32 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group