
Last chance! 50% off unlimited learning
Sale ends in
imhof(q, lambda, h = rep(1, length(lambda)),
delta = rep(0, length(lambda)),
epsabs = 10^(-6), epsrel = 10^(-6), limit = 10000)
imhof
computes # Some results from Table 1, p.424, Imhof (1961)
# Q1 with x = 2
round(imhof(2, c(0.6, 0.3, 0.1))$Qq, 4)
# Q2 with x = 6
round(imhof(6, c(0.6, 0.3, 0.1), c(2, 2, 2))$Qq, 4)
# Q6 with x = 15
round(imhof(15, c(0.7, 0.3), c(1, 1), c(6, 2))$Qq, 4)
Run the code above in your browser using DataLab