Ysim1.5 {mcclust} | R Documentation |
Simulated 3-dimensional Normal Data Containing 8 Clusters
Description
Cluster means are given by the 8 possible values of (\pm 1.5,\pm 1.5, \pm 1.5)
to which standard normal
noise was added. True clusters are given by rep(1:8,each =50).
Usage
data(Ysim1.5)
Format
matrix with 400 rows and 3 columns.
Source
Simulated by
1.5 * matrix(c(rep(c(1,1,1),50), rep(c(1,1,-1),50), rep(c(1,-1,1),50), rep(c(-1,1,1),50),
rep(c(1,-1,-1),50), rep(c(-1,1,-1),50), rep(c(-1,-1,1),50), rep(c(-1,-1,-1),50)),
byrow=TRUE, ncol=3) + matrix(rnorm( 400*3),ncol=3)
References
Fritsch, A. and Ickstadt, K. (2008) An improved criterion for clustering based on the posterior similarity matrix, Bayesian Analysis, accepted.
[Package mcclust version 1.0.1 Index]