FindOutliersGrubbsTwosided: Find outliers based on the Grubbs test
Description
FindOutliersGrubbsTwosided returns the position of the values
outside the allowed range by a criteria based on the Grubbs test (two-sided,
one-sided max and one-sided min).
# Input data from the Tietjen and Moore paper.y = c(199.31,199.53,200.19,200.82,201.92,201.95,202.18,245.57)
FindOutliersGrubbsTwosided(y, iterative=FALSE)
FindOutliersGrubbsTwosided(y)