kkuip {ftnonpar} | R Documentation |
Calculates the generalized k-th Kuiper metric
kkuip(x, k=1)
x |
Data vector |
k |
Number of intervals to be used for the generalized Kuiper metric. The usual Kuiper metric is obtained by the default value 1. |
metric |
Value of the metric |
a |
The left borders of the intervals where the maximum is obtained. |
b |
The right borders of the intervals where the maximum is obtained. |
Arne Kovac A.Kovac@bristol.ac.uk
Davies, P. L. and Kovac, A. (2001) Densities, Spectral Densities and Modality
aaa <- rclaw(500) kkuip(aaa,9)