powered by
Calculate QHampel
QHampel(y, lab, tol.G1 = 1e-06)
Numeric value of zscore using QHampel algorithm.
vector of data values.
corresponding lab numbers.
decimal place accuracy of the numerator of s.star.
X = c(3.65, 2.5, 4.85) QHampel(y = as.numeric(X), lab = 1:length(X), tol.G1=0.000001)
Run the code above in your browser using DataLab