Compute spacing frequencies
compute_Sk(x, y)
x |
first sample |
---|---|
y |
second sample |
A list with the following structure:
a vector
containing the spacing frequencies
total of frequencies
number of spacings
data(pigeons) compute_Sk(pigeons$control, pigeons$experimental)#> $Sk #> [1] 5 0 0 0 0 1 0 0 0 4 #> #> $n #> [1] 10 #> #> $m #> [1] 10 #>