powered by
Distribution function and quantile function for Grubbs distribution.
qgrubbs(p, n)pgrubbs(q, n, lower.tail = TRUE)
pgrubbs(q, n, lower.tail = TRUE)
vector of probabilities.
total sample size.
vector of quantiles.
logical; if TRUE (default), probabilities are P[X <= x] otherwise, P[X > x].
pgrubbs gives the distribution function and qgrubbs gives the quantile function.
pgrubbs
qgrubbs
Grubbs, F. E. (1950) Sample criteria for testing outlying observations. Ann. Math. Stat. 21, 27--58.
Wilrich, P.-T. (2011) Critical values of Mandel's h and k, Grubbs and the Cochran test statistic. Adv. Stat. Anal.. 10.1007/s10182-011-0185-y.
TDist
# NOT RUN { qgrubbs(0.05, 7) # }
Run the code above in your browser using DataLab