kkuip: Generalized Kuiper Metrics

Description Usage Arguments Value Author(s) References See Also Examples

Description

Calculates the generalized k-th Kuiper metric

Usage

1
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

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

Example output

$metric
[1]  6.305769 11.832632 17.320807 22.808983 27.526905 31.874335 36.221765
[8] 40.366465 44.511166

$a
[1]  49  67 122 197 253 296 338 374 421

$b
[1]  67 122 197 253 296 338 374 421 457

ftnonpar documentation built on May 2, 2019, 3:04 a.m.

Related to kkuip in ftnonpar...