Learn R Programming

ftnonpar (version 0.1-88)

kkuip: 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.

References

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

See Also

pmden

Examples

Run this code
aaa <- rclaw(500)
kkuip(aaa,9)

Run the code above in your browser using DataLab