Mixture example from "Elements of Statistical Learning"
A list with training data and other details for the mixture example
data(ESL.mixture)
This list contains the following elements:
a 200x2 matrix of predictors.
a 200 vector of y values taking values 0 or 1.
a 6831x2 matrix of prediction points, on a 69x99 grid.
a vector of 6831 probabilities - the true probabilities
of a 1 at each point in xnew
.
the marginal distribution of the predictors t each
point in xnew
.
grid values for first coordinate in xnew
.
grid values for second coordinate in xnew
.
a 20 x 2 matrix of means used in the generation of these data.
"Elements of Statistical Learning (second edition)", Hastie, T., Tibshirani, R. and Friedman, J. (2009), Springer, New York. http://www.stanford.edu/~hastie/ElemStatLearn
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.