Plots the 0.975 tolerance ellipse of the bivariate data set x.
The ellipse is defined by those data points whose distance
is equal to the squareroot of the 0.975 chisquare quantile
with 2 degrees of freedom.
data(hbk)
hbk.x <- data.matrix(hbk[, 1:3])
mcd <- covMcd(hbk.x) # compute mcd in advance## must be a 2-dimensional data set: take the first two columns :tolEllipsePlot(hbk.x[,1:2])