gmm_k3n2000o20 {outlierMBC} | R Documentation |
Simulated data set consisting of 2000 observations from 3 Gaussian components and 20 outliers.
Description
This data set was simulated using simulate_gmm
. There are 1000 observations
in Component 1, 500 observations in Component 2, and 500 observations in
Component 3.
Usage
gmm_k3n2000o20
Format
gmm_k3n2000o20
A data frame with 2020 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_k3n2000o20.R
in data-raw
folder at
https://github.com/UltanPDoherty/outlierMBC.
[Package outlierMBC version 0.0.1 Index]