kuiper.2samp (version 1.0)

kuiper.2samp: 2-sample Kuiper Test Function: performs Kuiper Test for two sets samples of observations

Description

2-sample Kuiper Test Function: performs Kuiper Test for two sets samples of observations

Usage

kuiper.2samp(x, y)

Arguments

x

an array of sample observations

y

the other array of sample observations

Value

Kuiper test statistic and p-value

References

Kuiper, N. H. (1960). "Tests concerning random points on a circle". Proceedings of the Koninklijke Nederlandse Akademie van Wetenschappen, Series A. 63: 38-47. Paltani, S., "Searching for periods in X-ray observations using Kuiper's test. Application to the ROSAT PSPC archive", Astronomy and Astrophysics, v.240, p.789-790, 2004.

Examples

Run this code
# NOT RUN {
kuiper.2samp(rnorm(1e3),rnorm(1e3))
# }

Run the code above in your browser using DataLab