Last chance! 50% off unlimited learning
Sale ends in
kuiper.test(x, alpha=0)
## S3 method for class 'kuiper.test':
print(x, digits = 4, \dots)
circular
.Stephens, M. (1970). Use of the Kolmogorov-Smirnov, Cramer-von Mises and related statistics without extensive tables. Journal of the Royal Statistical Society, B32, 115-122.
range.circular
, rao.spacing.test
,
rayleigh.test
and watson.test
# Generate data from the uniform distribution on the circle.
data <- circular(runif(100, 0, 2*pi))
kuiper.test(data)
# Generate data from the von Mises distribution.
data <- rvonmises(n=100, mu=0, kappa=3)
kuiper.test(data, alpha=0.01)
Run the code above in your browser using DataLab