powered by
Return the p Value of Jarque Bera test. The Jarque Bera test test the null hypothesis that the data are from a normal distribution.
JBTest(x)
data
p Value of Jarque Bera test
# NOT RUN { JBTest(rnorm(50)) JBTest(rt(50,3)) n=100 # size mean(replicate(n,JBTest(rnorm(100)))<0.05) # power mean(replicate(n,JBTest(rt(100,3)))<0.05) # }
Run the code above in your browser using DataLab