Normality and White Noise Testing

dh.test(x)

Arguments

x

is a vector.

Value

The p-value for the test.

Details

This function is a modification of the normwhn.test::normality.test1 function

Examples

x <- rnorm(n=30, mean=0, sd=1) dh.test(x)
#> [1] 0.9427743