powered by
Distribution function and quantile function for Mandel's h distribution.
qmandelh(p, k, lower.tail = TRUE, log.p = FALSE)pmandelh(q, k, lower.tail = TRUE, log.p = FALSE)
pmandelh(q, k, lower.tail = TRUE, log.p = FALSE)
vector of probabilities.
number of groups.
logical; if TRUE (default), probabilities are P[X <= x] otherwise, P[X > x].
TRUE
logical; if TRUE, probabilities are given as log(p).
vector of quantiles.
pmandelh gives the distribution function and qmandelh gives the quantile function.
pmandelh
qmandelh
Practice E 691 (2005) Standard Practice for Conducting an Interlaboratory Study to Determine the Precision of a Test Method, ASTM International.
mandelhTest
# NOT RUN { ## We need a two-sided upper-tail quantile qmandelh(p = 0.005/2, k = 7, lower.tail=FALSE) # }
Run the code above in your browser using DataLab