fds (version 1.8)

Phoneme: Phoneme data

Description

This data set was formed by selecting five phonemes for classification based on digitized speech. There are \(n=2000\) pairs \((x_i, y_i)_{i=1,...,n}\), where \(x_i\) corresponds to the discretized log-periodograms whereas the \(y_i\) gives the class membership (five phonemes: aa, ao, dcl, iy, sh).

Usage

data(aa)
data(ao)
data(dcl)
data(iy)
data(sh)

Arguments

Format

An object of class fds.

Details

The phonemes are transcribed as follows: "sh" as in "she", "dcl" as in "dark", "iy" as the vowel in "she", "aa" as the vowel in "dark", and "ao" as the first vowel in "water".

References

F. Ferraty and P. Vieu (2003) "Curve discrimination: a nonparametric functional approach", Computational Statistics and Data Analysis, 44(1-2), 161-173.

F. Ferraty and P. Vieu (2006) Nonparametric functional data analysis, New York: Springer.

T. Hastie and R. Tibshirani and J. Friedman (2009) The elements of statistical learning: Data mining, inference and prediction, 2nd edn, New York: Springer.

Examples

Run this code
# NOT RUN {
plot(aa)
plot(ao)
plot(dcl)
plot(iy)
plot(sh)
# }

Run the code above in your browser using DataLab