mrfDepth (version 1.0.16)

glass: EXPMA spectra of glass samples

Description

The glass data set studied by Lemberge et al. (2000) consists of 180 different 16-17th century archeological glass samples. Electron Probe X-ray Microanalysis (EPXMA) intensities across \(750\) energy levels are recorded using a Jeol JSM 6300 scanning electron microscope equipped with an energy-dispersive Si(Li) X-ray detection system (SEM-EDX).

Usage

data(glass)

Arguments

Format

A three-dimensional \(t = 750\) by \(n = 180\) by \(p = 1\) array.

References

Hubert M., Rousseeuw P.J., Vanden Branden K. (2005). ROBPCA: a new approach to robust principal component analysis. Technometrics, 47, 64--79.

Examples

Run this code
  data(glass)
  matplot(glass[,,1], type = "l", lty = 1, col = "black")

Run the code above in your browser using DataLab