gmm_k3n4000o40 {outlierMBC} | R Documentation |
Simulated data set consisting of 4000 observations from 3 Gaussian components and 40 outliers.
Description
This data set was simulated using simulate_gmm
. There are 2000 observations
in Component 1, 1000 observations in Component 2, and 1000 observations in
Component 3.
Usage
gmm_k3n4000o40
Format
gmm_k3n4000o40
A data frame with 4040 rows and 3 columns:
- X1, X2
Continuous variables.
- G
Component label: 0 for outliers; 1, 2, or 3 for true points.
Source
For simulation code, see gmm_k3n4000o40.R
in data-raw
folder at
https://github.com/UltanPDoherty/outlierMBC.
[Package outlierMBC version 0.0.1 Index]