dataset2: Dataset for MVN mixture test

Description Usage Format Examples

Description

Dataset built for MVN mixture test, which contains 4 variables (the first 4 columns), clustering (the last column) and 96 observations.

Usage

1
data("dataset2")

Format

A data frame with 96 pseudo-observations generated by random number generator. All observations come from 3 different centers which have been marked in the last column "species". More specifically, data of species=1 comes from the center (1,1,1,1); data of species=2 comes from the center (2,2,2,0); data of species=3 comes from the center (1,0,2,2).

dimen1

the 1st variable

dimen2

the 2nd variable

dimen3

the 3rd variable

dimen4

the 4th variable

species

clustering label

Examples

1

MVNBayesian documentation built on May 2, 2019, 2:16 a.m.