mix2gauss {dsdp} | R Documentation |
Datasets of Mixture of 2 Gaussian Distributions
Description
Dataset generated by mixture of 2 Gaussian Distributions whose density is:
\frac{0.3}{\sqrt{2 \pi 0.5^2}}
\exp\left(\frac{(x+1)^2}{2 \cdot 0.5^2}\right) +
\frac{0.7}{\sqrt{2 \pi 0.5^2}}
\exp\left(\frac{(x-1)^2}{2 \cdot 0.5^2}\right)
.
Usage
mix2gauss
Format
A list of numeric vectors of Bimodal Gaussian Mixture Model.
- n200
A numeric vector with 200 elements.
- n400
A numeric vector with 400 elements.
- n600
A numeric vector with 600 elements.
- n800
A numeric vector with 800 elements.
- n1000
A numeric vector with 1000 elements.
- n1200
A numeric vector with 1200 elements.
Source
[Package dsdp version 0.1.1 Index]