Wheeler-Watson test statistic based on spacing frequencies
wheeler_watson(Sk)
Sk |
spacing frequencies |
---|
Wheeler-Watson test statistic
data(pigeons) spacings = compute_Sk(pigeons$control, pigeons$experimental) wheeler_watson(spacings$Sk)#> [1] 19.51057wheeler_watson(c(1,0,0,0,1,2))#> [1] 3.618034