mix3gauss {dsdp} | R Documentation |
Datasets of Mixture of 3 Gaussian Distributions
Description
Datasets generated by Mixture of 3 Gaussian Distributions whose density is proportional to:
\exp(\frac{x^2}{2}) + 5\exp(\frac{(x-1)^2}{0.2}) +
3\exp(\frac{(x-1)^2}{0.5}).
Usage
mix3gauss
Format
A list of numeric vectors of Unimodal Gaussian Asymmetric 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]