R/dh.test.R
dh.test.Rd
Normality and White Noise Testing
dh.test(x)
is a vector.
The p-value for the test.
This function is a modification of the normwhn.test::normality.test1 function
x <- rnorm(n=30, mean=0, sd=1) dh.test(x) #> [1] 0.9427743