Jarque-Bera test!
Ältere Kommentare anzeigen
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!
Antworten (1)
Star Strider
am 20 Mai 2019
0 Stimmen
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 Kommentare
Emre Yavuz
am 20 Mai 2019
Star Strider
am 20 Mai 2019
My pleasure!
If my Answer helped you solve your problem, please Accept it!
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!