kkuip {ftnonpar}R Documentation

Generalized Kuiper Metrics

Description

Calculates the generalized k-th Kuiper metric

Usage

kkuip(x, k=1)

Arguments

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.

Value

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.

Author(s)

Arne Kovac A.Kovac@bristol.ac.uk

References

Davies, P. L. and Kovac, A. (2001) Densities, Spectral Densities and Modality

See Also

pmden

Examples

aaa <- rclaw(500)
kkuip(aaa,9)

[Package ftnonpar version 0.1-83 Index]