필터 지우기
필터 지우기

Jarque-Bera test!

조회 수: 1 (최근 30일)
Emre Yavuz
Emre Yavuz 2019년 5월 20일
댓글: Star Strider 2019년 5월 20일
Hey! Am an undergrad student very new to MATLAB, and I was trying to run the Jarque-Bera test!
The computer has given me this output:
Error using jbtest (line 74)
Input X must be a vector of real values.
I am not sure how to interpret this! I would be very grateful for any guidance!

답변 (1개)

Star Strider
Star Strider 2019년 5월 20일
Guessing here, since we don’t know what ‘x’ is.
It appears that ‘x’ may be complex. If so, your best approach is likely to use the real (link) function to extract the real parts.
  댓글 수: 2
Emre Yavuz
Emre Yavuz 2019년 5월 20일
Hey Star Strider,
Thanks so much for your reply!
In response to another thread I posted, I tried the command below:
One option is to use the table2array (link) function to extract your table data to an array kstest can use.
Once I did this, I then used the [h,p,jbstat,critval] = jbtest(A), as I had named the Array 'A'!
The test then worked!
Star Strider
Star Strider 2019년 5월 20일
My pleasure!
If my Answer helped you solve your problem, please Accept it!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Type Identification에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by