powered by
jb.test(x)
Lomnicki, Z.A. (1961), Tests for Departure from Normality in the Case of Linear Stochastic Processes, Metrika, 4, 37--62.
rob.sk
rob.kr
ljung.box.test
# for a vector x <- rnorm(1000) jb.test(x) # for a matrix X <- matrix(rnorm(10000), 5000,2) jb.test(X)
Run the code above in your browser using DataLab