powered by
Distribution function for Grubbs D* distribution.
pdgrubbs(q, n, m = 10000, lower.tail = TRUE, log.p = FALSE)
vector of quantiles.
total sample size.
number of Monte-Carlo replicates. Defaults to 10,000.
10,000
logical; if TRUE (default), probabilities are P[X <= x] otherwise, P[X > x].
logical; if TRUE, probabilities p are given as log(p).
pgrubbs gives the distribution function
pgrubbs
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.
Grubbs
# NOT RUN { pdgrubbs(0.62, 7, 1E4) # }
Run the code above in your browser using DataLab