mvoutlier (version 2.0.9)

X: Data (X coordinate) of illustrative example in paper (see below)

Description

Illustrative data example with 100 values for the X coordinate.

Usage

data(X)

Arguments

Format

The format is: num [1:100] 3.72 5.1 3.33 2.13 4.42 ...

Details

Data are constructed to contain global as well as local outliers.

References

P. Filzmoser, A. Ruiz-Gazen, and C. Thomas-Agnan: Identification of local multivariate outliers. Submitted for publication, 2012.

Examples

Run this code
# NOT RUN {
data(X)
data(Y)
plot(X,Y)
# }

Run the code above in your browser using DataCamp Workspace